Fix one more issue with -Werror
This commit is contained in:
parent
1befd8fef7
commit
514f30773a
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -156,7 +156,7 @@ int main(int argc, char **argv) {
|
|||
helpstr = helpstr.substr(helpstr.find("\n") + 1);
|
||||
helpstr = helpstr.substr(helpstr.find("\n") + 1);
|
||||
helpstr = helpstr.substr(helpstr.find("\n") + 1);
|
||||
printf(helpstr.c_str());
|
||||
printf("%s", helpstr.c_str());
|
||||
}
|
||||
output = return_code;
|
||||
}
|
||||
|
@ -169,4 +169,4 @@ int main(int argc, char **argv) {
|
|||
free(new_argv);
|
||||
save_options();
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue