[Scummvm-cvs-logs] scummvm master -> 2168b2e6b52595d0be38c4a738a5e45f5cac6ff4

Strangerke Strangerke at scummvm.org
Wed Feb 27 00:26:44 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2168b2e6b5 HOPKINS: Fix bug in previous commit. Thanks Kirben for pointing to it


Commit: 2168b2e6b52595d0be38c4a738a5e45f5cac6ff4
    https://github.com/scummvm/scummvm/commit/2168b2e6b52595d0be38c4a738a5e45f5cac6ff4
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-02-26T15:25:52-08:00

Commit Message:
HOPKINS: Fix bug in previous commit. Thanks Kirben for pointing to it

Changed paths:
    engines/hopkins/graphics.cpp



diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index 51c6e2a..31dbcd3 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;






More information about the Scummvm-git-logs mailing list