mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix proxspace build
This commit is contained in:
@@ -140,7 +140,11 @@ static void print_time(uint64_t at) {
|
||||
#endif
|
||||
|
||||
char res[70];
|
||||
#if defined(__MINGW32__) || defined(__MINGW64__)
|
||||
strftime(res, sizeof(res), "('%Y-%m-%d %H:%M:%S')", <);
|
||||
#else
|
||||
strftime(res, sizeof(res), "%s ('%Y-%m-%d %H:%M:%S')", <);
|
||||
#endif
|
||||
printf("%s\n", res);
|
||||
}
|
||||
|
||||
|
||||
@@ -170,7 +170,11 @@ static void print_time(uint64_t at) {
|
||||
#endif
|
||||
|
||||
char res[70];
|
||||
#if defined(__MINGW32__) || defined(__MINGW64__)
|
||||
strftime(res, sizeof(res), "('%Y-%m-%d %H:%M:%S')", <);
|
||||
#else
|
||||
strftime(res, sizeof(res), "%s ('%Y-%m-%d %H:%M:%S')", <);
|
||||
#endif
|
||||
printf("%s\n", res);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user