Fix cppcheck issue reported by salty-horse
svn-id: r44541
This commit is contained in:
parent
0041502ee7
commit
cbcd53f1f3
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ void run_vm(EngineState *s, int restoring) {
|
|||
warningMsg += (i == argc - 1 ? ")" : ", ");
|
||||
}
|
||||
|
||||
warning(warningMsg.c_str());
|
||||
warning("%s", warningMsg.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue