need to init freePrefixes
authorewt <devnull@localhost>
Mon, 20 Apr 1998 14:44:07 +0000 (14:44 +0000)
committerewt <devnull@localhost>
Mon, 20 Apr 1998 14:44:07 +0000 (14:44 +0000)
CVS patchset: 2095
CVS date: 1998/04/20 14:44:07

lib/uninstall.c

index 99a9c6d..1c96607 100644 (file)
@@ -369,7 +369,7 @@ static int runScript(Header h, char * root, int progArgc, char ** progArgv,
     char * fn;
     int fd;
     int i;
-    int freePrefixes;
+    int freePrefixes = 0;
     int pipes[2];
     int out = 1;