mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
Fix cppcheck issue reported by salty-horse
svn-id: r44541
This commit is contained in:
parent
0041502ee7
commit
cbcd53f1f3
@ -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…
x
Reference in New Issue
Block a user