From 1370e65de9a6b73c06ba3203bd64e9ffaba33fac Mon Sep 17 00:00:00 2001 From: Chris Warren-Smith Date: Tue, 16 Aug 2011 11:09:37 +1000 Subject: BADA: For some unknown reason the format string "%s\n" causes a core-dump --- base/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/base/main.cpp b/base/main.cpp index 5c978fdc0a..930b69cfac 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -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()); } -- cgit v1.2.3