diff options
Diffstat (limited to 'tools/h5repart.c')
-rw-r--r-- | tools/h5repart.c | 2 |
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])) { |