aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-14 17:05:52 +0100
committergingerBill <bill@gingerbill.org>2018-05-14 17:05:52 +0100
commite25c72ecddcf12c82aac439ad3fdc58629379765 (patch)
treedb5fe01a1f60f9f9c70a912014e529981412deea /src/common.cpp
parent780b81a59f28c411b3a1adea217a59e1cdb4458b (diff)
Fix #219 and #220
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,