aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
diff options
context:
space:
mode:
authorStrangerke2013-02-27 00:25:52 +0100
committerStrangerke2013-02-27 00:25:52 +0100
commit2168b2e6b52595d0be38c4a738a5e45f5cac6ff4 (patch)
tree7392ca9cd2f4e5ddae5b70d146f7acc9469fa415 /engines/hopkins/graphics.cpp
parent58eefc0833a540213298f75e87222b12831dd1f7 (diff)
downloadscummvm-rg350-2168b2e6b52595d0be38c4a738a5e45f5cac6ff4.tar.gz
scummvm-rg350-2168b2e6b52595d0be38c4a738a5e45f5cac6ff4.tar.bz2
scummvm-rg350-2168b2e6b52595d0be38c4a738a5e45f5cac6ff4.zip
HOPKINS: Fix bug in previous commit. Thanks Kirben for pointing to it
Diffstat (limited to 'engines/hopkins/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp2
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;