aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hugo/file.cpp2
1 files changed, 1 insertions, 1 deletions
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;