diff options
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index b6e5551..dfece89 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -315,7 +315,7 @@ h5_fileaccess(void) } if (H5Pset_fapl_multi(fapl, memb_map, memb_fapl, memb_name, - memb_addr)<0) { + memb_addr, FALSE)<0) { return -1; } } else if (!strcmp(name, "family")) { |