summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 8f03780ba..3ef4dbd40 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1101,7 +1101,7 @@ impHandler0(testsdlfont)
delete nullGraphics;
delete font;
- long int diff = (static_cast<long long int>(
+ int64_t diff = (static_cast<long long int>(
time2.tv_sec) * 1000000000LL + static_cast<long long int>(
time2.tv_nsec)) / 100000 - (static_cast<long long int>(
time1.tv_sec) * 1000000000LL + static_cast<long long int>(