TINSEL: Silence gcc warning

This commit is contained in:
Matthew Hoops 2012-12-13 17:46:16 -05:00
parent 0bcd441405
commit a0863dfb3f

View File

@ -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());
}
/**