Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Deamon87 committed Oct 20, 2020
1 parent 666550d commit 4640849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int main(int argc, char **argv) {
signal(SIGABRT, &my_function_to_handle_aborts);


if (argc < 6 || std::string(argv[1]) != "-x") {
if (argc < 5 || std::string(argv[1]) != "-x") {
printUsage();
return 1;
}
Expand Down

0 comments on commit 4640849

Please sign in to comment.