mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 11:36:22 +00:00
TINSEL: Silence gcc warning
This commit is contained in:
parent
0bcd441405
commit
a0863dfb3f
@ -510,7 +510,7 @@ void SoundManager::showSoundError(const char *errorMsg, const char *soundFile) {
|
||||
GUI::MessageDialog dialog(msg, "OK");
|
||||
dialog.runModal();
|
||||
|
||||
error(msg.c_str());
|
||||
error("%s", msg.c_str());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user