diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/istore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/istore.c b/test/istore.c index e0448c4..3f266c8 100644 --- a/test/istore.c +++ b/test/istore.c @@ -563,7 +563,7 @@ main(int argc, char *argv[]) * allocated a whole bunch of data. */ #ifdef H5_WANT_H5_V1_2_COMPAT - if (H5F_LOW_FAMILY!=H5Pget_driver(fapl)) { + if (H5F_LOW_FAMILY==H5Pget_driver(fapl)) { #else /* H5_WANT_H5_V1_2_COMPAT */ if (H5FD_FAMILY==H5Pget_driver(fapl)) { #endif /* H5_WANT_H5_V1_2_COMPAT */ |