diff options
Diffstat (limited to 'tools/h5repack/h5repack.c')
-rw-r--r-- | tools/h5repack/h5repack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c index 37ef3d1..2cbcf86 100644 --- a/tools/h5repack/h5repack.c +++ b/tools/h5repack/h5repack.c @@ -342,7 +342,8 @@ static int check_options(pack_opt_t *options) pack.chunk.chunk_lengths, 0, /* do not test size */ szip_options_mask, - szip_pixels_per_block)==0) + &szip_pixels_per_block, + options)==0) { /* Return: 1=can apply the filter 0=cannot apply the filter |