summaryrefslogtreecommitdiffstats
path: root/src/H5Ocache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ocache.c')
-rw-r--r--src/H5Ocache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ocache.c b/src/H5Ocache.c
index b2e86c9..41a0bbf 100644
--- a/src/H5Ocache.c
+++ b/src/H5Ocache.c
@@ -739,7 +739,7 @@ H5O_assert(oh);
break;
case 2: /* 4 byte size */
- HDassert(chunk0_size < 4294967296);
+ HDassert(chunk0_size < 4294967296LL);
UINT32ENCODE(p, chunk0_size);
break;