projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix WaitForResponse (without timeout)
[proxmark3-svn]
/
client
/
util_posix.c
diff --git
a/client/util_posix.c
b/client/util_posix.c
index 32158adab3403fa394f1406d40961692ad19425d..435e41f39cebdb8b5eea32ac81b16a6358113254 100644
(file)
--- a/
client/util_posix.c
+++ b/
client/util_posix.c
@@
-117,7
+117,7
@@
uint64_t msclock() {
#include <sys/timeb.h>
struct _timeb t;
_ftime(&t);
#include <sys/timeb.h>
struct _timeb t;
_ftime(&t);
- return 1000 * t.time + t.millitm;
+ return 1000 *
(uint64_t)
t.time + t.millitm;
// NORMAL CODE (use _ftime_s)
//struct _timeb t;
// NORMAL CODE (use _ftime_s)
//struct _timeb t;
Impressum
,
Datenschutz