ports/devel/libdap/files/patch-tests-TestInt64.cc
2015-11-09 18:43:20 +00:00

11 lines
265 B
C++

--- tests/TestInt64.cc.orig 2015-09-08 22:42:20 UTC
+++ tests/TestInt64.cc
@@ -105,7 +105,7 @@ TestInt64::read()
d_buf = 64;
}
else {
- d_buf = 0x00ffffffffffffff;
+ d_buf = 0x00ffffffffffffffLL;
}
set_read_p(true);