X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/95e635947bc4628b713fa00d7a533a881bca7fc4..06b58a94f0be3256853a97387fc7e5782ce335c7:/client/ui.c diff --git a/client/ui.c b/client/ui.c index d4758525..5111e295 100644 --- a/client/ui.c +++ b/client/ui.c @@ -79,7 +79,6 @@ void PrintAndLog(char *fmt, ...) vfprintf(logfile, fmt, argptr2); fprintf(logfile,"\n"); fflush(logfile); - fclose(logfile); // ICEMAN, this logfile is never closed?!? } va_end(argptr2);