summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-03-26 23:18:37 (GMT)
committerGitHub <noreply@github.com>2021-03-26 23:18:37 (GMT)
commitbddf4570347e695bae07a56a12e517af67baf0eb (patch)
tree4d4b5db05bca88459dc333cd3da57e0816419370 /test/vfd_swmr_group_writer.c
parentc81afbff45edb56b16d17d37c444485b587d51fd (diff)
parent0a73f3dd4b33abbd3ea9b024442e40ae05e56549 (diff)
downloadhdf5-bddf4570347e695bae07a56a12e517af67baf0eb.zip
hdf5-bddf4570347e695bae07a56a12e517af67baf0eb.tar.gz
hdf5-bddf4570347e695bae07a56a12e517af67baf0eb.tar.bz2
Merge pull request #525 from derobins/vfd_swmr/thg_standards
Fixed 1.6 compatibility issues and ran source formatter
Diffstat (limited to 'test/vfd_swmr_group_writer.c')
-rw-r--r--test/vfd_swmr_group_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index aa87b72f..1c309e1 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -228,7 +228,7 @@ verify_group(state_t *s, unsigned int which)
esnprintf(name, sizeof(name), "/group-%d", which);
es = disable_estack();
- g = H5Gopen(s->file, name, H5P_DEFAULT);
+ g = H5Gopen2(s->file, name, H5P_DEFAULT);
restore_estack(es);
if (g < 0)