[Scummvm-cvs-logs] SF.net SVN: scummvm:[47637] scummvm/trunk/engines/sci/engine/klists.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jan 28 11:04:54 CET 2010


Revision: 47637
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47637&view=rev
Author:   thebluegr
Date:     2010-01-28 10:04:54 +0000 (Thu, 28 Jan 2010)

Log Message:
-----------
Since we fix the list problems inside isSaneNodePointer(), don't abort processing of the list

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/klists.cpp

Modified: scummvm/trunk/engines/sci/engine/klists.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/klists.cpp	2010-01-28 09:49:54 UTC (rev 47636)
+++ scummvm/trunk/engines/sci/engine/klists.cpp	2010-01-28 10:04:54 UTC (rev 47637)
@@ -45,8 +45,6 @@
 					PRINT_REG(addr), PRINT_REG(node->pred), PRINT_REG(prev));
 
 			node->pred = prev;	// fix the problem in the node
-
-			return false;
 		}
 
 		prev = addr;


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