diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-04-07 17:45:40 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-04-07 17:45:40 (GMT) |
commit | 8ba0c76fe5e1989c503f395e3c1aafa3dff7c53b (patch) | |
tree | 18eb3be7fb637974337624fa38f2f0322c5cad78 /tools/h5repack/h5repack_copy.c | |
parent | e3cdaeab1c75130cd0d20af7d2949dd83f50a344 (diff) | |
download | hdf5-8ba0c76fe5e1989c503f395e3c1aafa3dff7c53b.zip hdf5-8ba0c76fe5e1989c503f395e3c1aafa3dff7c53b.tar.gz hdf5-8ba0c76fe5e1989c503f395e3c1aafa3dff7c53b.tar.bz2 |
[svn-r12211] Purpose:
new feature
Description
some more check in related to the print of compression ratios: print warning messages after the print of the dataset name and compression:
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_copy.c')
-rw-r--r-- | tools/h5repack/h5repack_copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_copy.c b/tools/h5repack/h5repack_copy.c index 666a7fa..55b56d1 100644 --- a/tools/h5repack/h5repack_copy.c +++ b/tools/h5repack/h5repack_copy.c @@ -428,7 +428,7 @@ int do_copy_objects(hid_t fidin, *------------------------------------------------------------------------- */ if (apply_s){ - if (apply_filters(travt->objs[i].name,rank,dims,dcpl_out,mtype_id,options,&apply_f)<0) + if (apply_filters(travt->objs[i].name,rank,dims,dcpl_out,mtype_id,options)<0) goto error; } |