mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
textual (piwi)
This commit is contained in:
parent
76a608af8e
commit
f1202c3fa9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ void PrintAndLog(char *fmt, ...)
|
|||
// struct tm* tm_info;
|
||||
// char buffer[26] = {0};
|
||||
|
||||
// lock this section to avoid interlacing prints from different threats
|
||||
// lock this section to avoid interlacing prints from different threads
|
||||
pthread_mutex_lock(&print_lock);
|
||||
|
||||
if (logging && !logfile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue