summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repart.c b/tools/h5repart.c
index 75dae80..03ef471 100644
--- a/tools/h5repart.c
+++ b/tools/h5repart.c
@@ -91,7 +91,7 @@ usage (const char *progname)
static off_t
get_size (const char *progname, int *argno, int argc, char *argv[])
{
- off_t retval;
+ off_t retval=-1;
char *suffix;
if (isdigit (argv[*argno][2])) {