Skip to content

Commit

Permalink
fix -start with other args
Browse files Browse the repository at this point in the history
  • Loading branch information
zmike committed Feb 1, 2023
1 parent f69c00a commit 65e5f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vkoverhead.c
Original file line number Diff line number Diff line change
Expand Up @@ -2857,6 +2857,7 @@ parse_args(int argc, const char **argv)
fixed_iteration_count = val;
}
next_arg_is_test_no = false;
next_arg_is_start_no = false;
next_arg_is_duration = false;
next_arg_is_fixed = false;
if (argv[i][0] != '-')
Expand Down

0 comments on commit 65e5f45

Please sign in to comment.