diff cinst/main.c @ 247:4de97f74d038

Check for process elevation and write into system store accordingly
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 31 Mar 2014 08:02:46 +0000
parents 4a20bab3f806
children 9ad00a3255f4
line wrap: on
line diff
--- a/cinst/main.c	Sat Mar 29 15:19:45 2014 +0100
+++ b/cinst/main.c	Mon Mar 31 08:02:46 2014 +0000
@@ -268,7 +268,7 @@
     }
 
 #ifdef WIN32
-  return write_stores_win (to_install, to_remove, true);
+  return write_stores_win (to_install, to_remove);
 #endif
 
   /* Make valgrind happy */

http://wald.intevation.org/projects/trustbridge/