From fe806a1aba19f6124237bddecd47b5c8a217682e Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Mon, 29 Nov 2010 18:03:05 +0000 Subject: HUGO: Fix a remaining warning svn-id: r54578 --- engines/hugo/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo') diff --git a/engines/hugo/file.cpp b/engines/hugo/file.cpp index e34679fce3..36d0f17beb 100644 --- a/engines/hugo/file.cpp +++ b/engines/hugo/file.cpp @@ -303,7 +303,7 @@ bool FileManager::fileExists(char *filename) { * Save game to supplied slot */ bool FileManager::saveGame(int16 slot, Common::String descrip) { - debugC(1, kDebugFile, "saveGame(%d, %s)", slot, descrip); + debugC(1, kDebugFile, "saveGame(%d, %s)", slot, descrip.c_str()); const EnginePlugin *plugin = NULL; int16 savegameId; -- cgit v1.2.3