need to init freePrefixes

CVS patchset: 2095
CVS date: 1998/04/20 14:44:07
This commit is contained in:
ewt 1998-04-20 14:44:07 +00:00
parent 47571d8adf
commit 134a297b4e
1 changed files with 1 additions and 1 deletions

View 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;