diff options
Diffstat (limited to 'test/gheap.c')
-rw-r--r-- | test/gheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gheap.c b/test/gheap.c index 404b24a..1cae524 100644 --- a/test/gheap.c +++ b/test/gheap.c @@ -84,7 +84,7 @@ test_1 (hid_t fapl) FAILED(); puts(" Unable to insert object into global heap"); nerrors++; - } else if (i && H5F_addr_gt (&(obj[i-1].addr), &(obj[i].addr))) { + } else if (i && H5F_addr_gt (obj[i-1].addr, obj[i].addr)) { FAILED(); puts(" Collection addresses are not monotonically increasing"); nerrors++; |