diff options
Diffstat (limited to 'tools/h5toh4.c')
-rw-r--r-- | tools/h5toh4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5toh4.c b/tools/h5toh4.c index 1568e5b..34cc1c8 100644 --- a/tools/h5toh4.c +++ b/tools/h5toh4.c @@ -78,6 +78,7 @@ main(int argc, char **argv) int status = 0; int status2 = 0; + optind = 1; fargv = argv + optind; argc -= optind; |