aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 95f212ee1..ac73cf40e 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -250,7 +250,7 @@ gb_global i64 const signed_integer_mins[] = {
0,
0,
0,
- -9223372036854775808ll,
+ (-9223372036854775807ll - 1ll),
};
gb_global i64 const signed_integer_maxs[] = {
0,