diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-10-23 21:51:06 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-10-23 21:51:06 (GMT) |
commit | ec74fa4bea7e0fef5a655490300554a297b37192 (patch) | |
tree | aa588fb215800526e63b8635c26e0dd855ece08f /test | |
parent | e40557304fcfc662bb1a445abca516ee4b246d94 (diff) | |
download | hdf5-ec74fa4bea7e0fef5a655490300554a297b37192.zip hdf5-ec74fa4bea7e0fef5a655490300554a297b37192.tar.gz hdf5-ec74fa4bea7e0fef5a655490300554a297b37192.tar.bz2 |
[svn-r12804] Missing an argument(fapl) for a routine that tests the existence of szip encoder.
Windows picked this up. Tested with VS 6.0 with szip enabled.
Diffstat (limited to 'test')
-rw-r--r-- | test/dsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c index b35e965..8508b37 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -2105,7 +2105,7 @@ UNUSED if ( h5_szip_can_encode() != 1) { puts(""); - if (test_filter_noencoder(NOENCODER_SZIP_SHUFF_FLETCH_DATASET) < 0) goto error; + if (test_filter_noencoder(NOENCODER_SZIP_SHUFF_FLETCH_DATASET,fapl) < 0) goto error; } else { SKIPPED(); } |