From ec74fa4bea7e0fef5a655490300554a297b37192 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 23 Oct 2006 16:51:06 -0500 Subject: [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. --- test/dsets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v0.12