mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[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.
This commit is contained in:
parent
e40557304f
commit
ec74fa4bea
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user