mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
FIX: time printing, like difftime in MINGW enviroments needs to use 32b time.
This commit is contained in:
parent
9ea10847ea
commit
be6e909c5b
5 changed files with 8 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include <time.h>
|
||||
#include "data.h" //for FILE_PATH_SIZE
|
||||
|
||||
#ifndef ROTR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue