mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix CID #405232
This commit is contained in:
parent
060f452530
commit
8f20eed914
7 changed files with 770 additions and 769 deletions
|
@ -144,7 +144,7 @@ static void print_time(uint64_t at) {
|
|||
strftime(res, sizeof(res), "('%Y-%m-%d %H:%M:%S')", <);
|
||||
#else
|
||||
strftime(res, sizeof(res), "%s ('%Y-%m-%d %H:%M:%S')", <);
|
||||
#endif
|
||||
#endif
|
||||
printf("%s\n", res);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue