summaryrefslogtreecommitdiffstats
path: root/tools/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-04-24 23:50:07 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-07-07 15:49:55 (GMT)
commit4e41ca05aac25fabd61993405708a97d63baa83f (patch)
treefcfdcadeb95e95ca5d2605adc85ee39684252294 /tools/src
parentca8a73923f8977bf04c5ee590a09ebda22938bdd (diff)
downloadhdf5-4e41ca05aac25fabd61993405708a97d63baa83f.zip
hdf5-4e41ca05aac25fabd61993405708a97d63baa83f.tar.gz
hdf5-4e41ca05aac25fabd61993405708a97d63baa83f.tar.bz2
Delete extra argument, there is no formatting for it.
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/h5repack/h5repack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5repack/h5repack.c b/tools/src/h5repack/h5repack.c
index b2cb02b..4fd163c 100644
--- a/tools/src/h5repack/h5repack.c
+++ b/tools/src/h5repack/h5repack.c
@@ -711,7 +711,7 @@ check_options(pack_opt_t *options)
}
if (options->ublock_filename == NULL && options->ublock_size != 0)
- H5TOOLS_GOTO_ERROR((-1), "file name missing for user block", options->ublock_filename);
+ H5TOOLS_GOTO_ERROR((-1), "file name missing for user block");
/*------------------------------------------------------------------------
* Verify alignment options; threshold is zero default but alignment not