Remove obsolete assert and fix compiler warning
This commit is contained in:
parent
2a2e63ce05
commit
6b6dbc8910
2 changed files with 1 additions and 3 deletions
2
main.cpp
2
main.cpp
|
@ -478,7 +478,7 @@ int main(int argc, char ** argv) {
|
|||
std::string buffer;
|
||||
if (!params.input_prefix.empty()) {
|
||||
buffer += params.input_prefix;
|
||||
printf(buffer.c_str());
|
||||
printf("%s", buffer.c_str());
|
||||
}
|
||||
|
||||
std::string line;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue