summaryrefslogtreecommitdiffstats
path: root/test/istore.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/istore.c')
-rw-r--r--test/istore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/istore.c b/test/istore.c
index adf23b6..0ccfe5e 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -562,8 +562,8 @@ main(int argc, char *argv[])
*/
if (H5F_LOW_FAMILY==H5Pget_driver(fapl)) {
haddr_t addr;
- addr.offset = 8 * ((uint64_t)1<<30); /*8 GB */
- H5F_low_seteof(f->shared->lf, &addr);
+ addr = 8 * ((uint64_t)1<<30); /*8 GB */
+ H5F_low_seteof(f->shared->lf, addr);
}
/*