[Scummvm-cvs-logs] SF.net SVN: scummvm:[48054] scummvm/trunk/engines/gob/resources.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sat Feb 13 23:17:18 CET 2010


Revision: 48054
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48054&view=rev
Author:   strangerke
Date:     2010-02-13 22:17:17 +0000 (Sat, 13 Feb 2010)

Log Message:
-----------
Fix a crash in previous commit

Modified Paths:
--------------
    scummvm/trunk/engines/gob/resources.cpp

Modified: scummvm/trunk/engines/gob/resources.cpp
===================================================================
--- scummvm/trunk/engines/gob/resources.cpp	2010-02-13 21:59:45 UTC (rev 48053)
+++ scummvm/trunk/engines/gob/resources.cpp	2010-02-13 22:17:17 UTC (rev 48054)
@@ -576,7 +576,7 @@
 // HACK: Some Fascination versions (Amiga, Atari and first PC floppies) have a different header, which is a problem here.
 // TODO: Handle that in a proper way
 		if ((_vm->getGameType() == kGameTypeFascination) & (_totTextTable->size < 0))
-			warning("totTextTable with negative size id:%d offset:%d in file %s : (size: %d)", id, totItem.offset, totItem.size, _totFile.c_str(), _totTextTable->size);
+			warning("totTextTable with negative size id:%d offset:%d", id, totItem.offset, totItem.size);
 		else
 			return 0;
 	}


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