[Scummvm-cvs-logs] SF.net SVN: scummvm:[54578] scummvm/trunk/engines/hugo/file.cpp
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Mon Nov 29 19:03:05 CET 2010
Revision: 54578
http://scummvm.svn.sourceforge.net/scummvm/?rev=54578&view=rev
Author: strangerke
Date: 2010-11-29 18:03:05 +0000 (Mon, 29 Nov 2010)
Log Message:
-----------
HUGO: Fix a remaining warning
Modified Paths:
--------------
scummvm/trunk/engines/hugo/file.cpp
Modified: scummvm/trunk/engines/hugo/file.cpp
===================================================================
--- scummvm/trunk/engines/hugo/file.cpp 2010-11-29 17:50:30 UTC (rev 54577)
+++ scummvm/trunk/engines/hugo/file.cpp 2010-11-29 18:03:05 UTC (rev 54578)
@@ -303,7 +303,7 @@
* 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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list