From: Guido Serassio Date: Wed, 15 Feb 2006 18:23:08 +0000 (+0000) Subject: no index.html when lastlog tag is greather then 0, caused by some debug messages X-Git-Tag: v2_2_6~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c9560462919bb72e6453307aafc54b6343954de;p=thirdparty%2Fsarg.git no index.html when lastlog tag is greather then 0, caused by some debug messages --- diff --git a/lastlog.c b/lastlog.c index 55d6989..56c0a1c 100644 --- a/lastlog.c +++ b/lastlog.c @@ -59,11 +59,9 @@ void mklastlog() local = localtime(&t); strftime(ftime, 127, "%Y%m%d%H%M%S", local); sprintf(buf,"%s %s\n",ftime,direntp->d_name); -printf("BUF=%s\n",buf); fputs(buf,fp_ou); ftot++; } -exit(0); (void)rewinddir( dirp ); (void)closedir( dirp );