summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-05-30 23:35:49 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-05-30 23:35:49 (GMT)
commit5c5ea7e89fbac1d31880d61e6a35ff6034019078 (patch)
tree202f7c86f5b89586818448bdbf66227b0b328ac0 /test
parent56d23f00a7fbceea7ab7217eaeadc791c61b01e2 (diff)
parent5efda2babf7f4bd7424d147e20b72b0f227f1704 (diff)
downloadhdf5-5c5ea7e89fbac1d31880d61e6a35ff6034019078.zip
hdf5-5c5ea7e89fbac1d31880d61e6a35ff6034019078.tar.gz
hdf5-5c5ea7e89fbac1d31880d61e6a35ff6034019078.tar.bz2
Merge pull request #553 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit '5efda2babf7f4bd7424d147e20b72b0f227f1704': Fixed typo in vfd.c from 'updated VFD feature flag' checkin.
Diffstat (limited to 'test')
-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