mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
fix command-line issue generating core dump on OSX
This commit is contained in:
parent
245e844e80
commit
e6b8c965bb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void PrintAndLog(char *fmt, ...)
|
||||||
va_start(argptr, fmt);
|
va_start(argptr, fmt);
|
||||||
va_copy(argptr2, argptr);
|
va_copy(argptr2, argptr);
|
||||||
vprintf(fmt, argptr);
|
vprintf(fmt, argptr);
|
||||||
vprintf(" ", 0); // cleaning prompt
|
printf(" "); // cleaning prompt
|
||||||
va_end(argptr);
|
va_end(argptr);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue