--- embedaddon/lighttpd/src/lemon.c 2013/10/14 10:32:47 1.1.1.1 +++ embedaddon/lighttpd/src/lemon.c 2014/06/15 20:20:06 1.1.1.2 @@ -1613,12 +1613,14 @@ int n; int k; FILE *err; { - int spcnt, i; - if( argv[0] ) fprintf(err,"%s",argv[0]); - spcnt = strlen(argv[0]) + 1; + int spcnt = 0, i; + if( argv[0] ) { + fprintf(err,"%s",argv[0]); + spcnt += strlen(argv[0]) + 1; + } for(i=1; i