summaryrefslogtreecommitdiffstats
path: root/test/vfd.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-05-30 23:33:20 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-05-30 23:33:20 (GMT)
commit5efda2babf7f4bd7424d147e20b72b0f227f1704 (patch)
tree202f7c86f5b89586818448bdbf66227b0b328ac0 /test/vfd.c
parent56d23f00a7fbceea7ab7217eaeadc791c61b01e2 (diff)
downloadhdf5-5efda2babf7f4bd7424d147e20b72b0f227f1704.zip
hdf5-5efda2babf7f4bd7424d147e20b72b0f227f1704.tar.gz
hdf5-5efda2babf7f4bd7424d147e20b72b0f227f1704.tar.bz2
Fixed typo in vfd.c from 'updated VFD feature flag' checkin.
Diffstat (limited to 'test/vfd.c')
-rw-r--r--test/vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd.c b/test/vfd.c
index f8e5761..5d5ebfc 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -1813,7 +1813,7 @@ test_windows(void)
h5_fixname(FILENAME[8], fapl, filename, sizeof filename);
/* Check that the VFD feature flags are correct */
- if ((driver_id = H5Pget_driver(fapl_id)) < 0)
+ if ((driver_id = H5Pget_driver(fapl)) < 0)
TEST_ERROR
if (H5FDdriver_query(driver_id, &driver_flags) < 0)
TEST_ERROR