diff options
-rw-r--r-- | engines/hopkins/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp index 51c6e2a733..31dbcd3d83 100644 --- a/engines/hopkins/graphics.cpp +++ b/engines/hopkins/graphics.cpp @@ -1696,7 +1696,7 @@ void GraphicsManager::initScreen(const Common::String &file, int mode, bool init } } if (READ_BE_UINT24(ptr) != MKTAG24('I', 'N', 'I')) { - error("Invalid INI File %s", file); + error("Invalid INI File %s", file.c_str()); } else { bool doneFlag = false; int dataOffset = 1; |