Switched to unsigned 64-bit type

This commit is contained in:
Ilia Sharin
2017-08-07 09:58:45 -04:00
parent 9c261b76e8
commit 30dacef8c9

View File

@@ -56,7 +56,7 @@ unsigned long GetTimer(unsigned long offset)
clock_gettime(CLOCK_BOOTTIME, &tp);
int64_t res;
uint64_t res;
res = tp.tv_sec;
res *= 1000;