summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_vlstr_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vfd_swmr_vlstr_reader.c')
-rw-r--r--test/vfd_swmr_vlstr_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_vlstr_reader.c b/test/vfd_swmr_vlstr_reader.c
index 029dc50..226c0a8 100644
--- a/test/vfd_swmr_vlstr_reader.c
+++ b/test/vfd_swmr_vlstr_reader.c
@@ -171,7 +171,7 @@ main(int argc, char **argv)
dbgf(2, "iteration %d which %d", i, which);
(void)snprintf(name[which], sizeof(name[which]), "dset-%d", which);
es = disable_estack();
- dset[which] = H5Dopen(fid, name[which], H5P_DEFAULT);
+ dset[which] = H5Dopen2(fid, name[which], H5P_DEFAULT);
restore_estack(es);
if (caught_out_of_bounds || dset[which] == badhid) {
dbgf(2, ": couldn't open\n");