Fixed incorrect code (and warning)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4085 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -196,7 +196,7 @@ MusicInformation* SoundManager::getMusicInformation(const std::string& filename)
|
||||
catch (std::exception &e)
|
||||
{
|
||||
(void)e;
|
||||
printf("Can't open music file '%s'.\n", filename);
|
||||
printf("Can't open music file '%s'.\n", filename.c_str());
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user