summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_main.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-06 20:52:44 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-06 20:52:44 (GMT)
commit2e9986a01ec179e4254622ab2b581631374b30ad (patch)
tree7587c25bc7c7c471b2e0b086fb8d9a32dca7232d /tools/h5repack/h5repack_main.c
parent87a508cd004dd8df846328d3beeb5d73251c5bdf (diff)
downloadhdf5-2e9986a01ec179e4254622ab2b581631374b30ad.zip
hdf5-2e9986a01ec179e4254622ab2b581631374b30ad.tar.gz
hdf5-2e9986a01ec179e4254622ab2b581631374b30ad.tar.bz2
[svn-r15792] Bug fix. When detecting the user requested filters, the "all" option was not taken in consideration when printing the compression ratio
Tested: windows, linux
Diffstat (limited to 'tools/h5repack/h5repack_main.c')
-rw-r--r--tools/h5repack/h5repack_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c
index 1ec8e88..27e59ae 100644
--- a/tools/h5repack/h5repack_main.c
+++ b/tools/h5repack/h5repack_main.c
@@ -95,8 +95,8 @@ static struct long_options l_opts[] = {
*/
int main(int argc, const char **argv)
{
- const char *infile = NULL;
- const char *outfile = NULL;
+ const char *infile = NULL;
+ const char *outfile = NULL;
pack_opt_t options; /*the global options */
int ret=-1;
int i;