BADA: For some unknown reason the format string "%s\n" causes a core-dump

This commit is contained in:
Chris Warren-Smith 2011-08-16 11:09:37 +10:00
parent a3e070de6f
commit 1370e65de9

View file

@ -111,7 +111,6 @@ static const EnginePlugin *detectPlugin() {
printf("failed\n");
warning("%s is an invalid gameid. Use the --list-games option to list supported gameid", gameid.c_str());
} else {
// FIXME: Do we really need this one? (BADA: for some unknown reason the format string "%s\n" causes a core-dump)
printf("%s\n Starting '%s'\n", plugin->getName(), game.description().c_str());
}