[Scummvm-cvs-logs] SF.net SVN: scummvm: [24303] scummvm/trunk/common/file.cpp
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Sat Oct 14 05:15:40 CEST 2006
Revision: 24303
http://svn.sourceforge.net/scummvm/?rev=24303&view=rev
Author: kirben
Date: 2006-10-13 20:15:35 -0700 (Fri, 13 Oct 2006)
Log Message:
-----------
Revert
Modified Paths:
--------------
scummvm/trunk/common/file.cpp
Modified: scummvm/trunk/common/file.cpp
===================================================================
--- scummvm/trunk/common/file.cpp 2006-10-14 03:14:47 UTC (rev 24302)
+++ scummvm/trunk/common/file.cpp 2006-10-14 03:15:35 UTC (rev 24303)
@@ -217,7 +217,7 @@
_handle = fopenNoCase(filename, "", modeStr);
} else if (_filesMap && _filesMap->contains(fname)) {
fname = (*_filesMap)[fname];
- debug(0, "Opening hashed: %s", fname.c_str());
+ debug(3, "Opening hashed: %s", fname.c_str());
_handle = fopen(fname.c_str(), modeStr);
} else if (_filesMap && _filesMap->contains(fname + ".")) {
// WORKAROUND: Bug #1458388: "SIMON1: Game Detection fails"
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