]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util_posix.c
some coverity fixes plus fix fdx help (#328)
[proxmark3-svn] / client / util_posix.c
index 382f6a60799cb1483c23b90181b3d2a28c147c7f..dd3d714c52654d4b8114646de7e1b8f19920dee2 100644 (file)
@@ -31,7 +31,7 @@ static void nsleep(uint64_t n) {
 }
 
 void msleep(uint32_t n) {
-       nsleep(1000000 * n);
+       nsleep(1000000 * (uint64_t)n);
 }
 #endif // _WIN32
 
Impressum, Datenschutz