[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:
MuQun Yang 2006-10-23 16:51:06 -05:00
parent e40557304f
commit ec74fa4bea

View File

@ -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();
}