aboutsummaryrefslogtreecommitdiff
path: root/devel/libdap/files/patch-tests-TestUInt64.cc
blob: 20a21f67cf5720c483fac7c0f968b6aea6bd3d2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tests/TestUInt64.cc.orig	2015-09-08 22:42:20 UTC
+++ tests/TestUInt64.cc
@@ -99,7 +99,7 @@ TestUInt64::read()
         d_buf = 64 * d_buf;
     }
     else {
-        d_buf = 0xffffffffffffffff;		// really big
+        d_buf = 0xffffffffffffffffLL;		// really big
     }
 
     set_read_p(true);