BADA: For some unknown reason the format string "%s\n" causes a core-dump
This commit is contained in:
parent
a3e070de6f
commit
1370e65de9
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ static const EnginePlugin *detectPlugin() {
|
||||||
printf("failed\n");
|
printf("failed\n");
|
||||||
warning("%s is an invalid gameid. Use the --list-games option to list supported gameid", gameid.c_str());
|
warning("%s is an invalid gameid. Use the --list-games option to list supported gameid", gameid.c_str());
|
||||||
} else {
|
} 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());
|
printf("%s\n Starting '%s'\n", plugin->getName(), game.description().c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue