X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/463ca973e7cf1e866bb60d7cc33d38e473aa4d3d..b1329a02643392dec5090b1f978385a9732e9af8:/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);