mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
BUG: don't try to fix things that ain't broken.. or not. My try for a fix ended up making the PrintAndLog function stop working. Just by calling a fclose.. fixed.
This commit is contained in:
parent
95e635947b
commit
06b58a94f0
5 changed files with 35 additions and 46 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue