[Scummvm-cvs-logs] CVS: scummvm/scumm debugger.cpp,1.68.2.1,1.68.2.2

Max Horn fingolfin at users.sourceforge.net
Tue Aug 5 12:44:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv13604/scumm

Modified Files:
      Tag: branch-0-5-0
	debugger.cpp 
Log Message:
sync with trunk

Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/debugger.cpp,v
retrieving revision 1.68.2.1
retrieving revision 1.68.2.2
diff -u -d -r1.68.2.1 -r1.68.2.2
--- debugger.cpp	5 Aug 2003 19:23:40 -0000	1.68.2.1
+++ debugger.cpp	5 Aug 2003 19:43:23 -0000	1.68.2.2
@@ -1054,6 +1054,8 @@
 					}
 					matchlen = j;
 				}
+				if (matchlen == 0)
+					return false;
 			}
 		}
 	}





More information about the Scummvm-git-logs mailing list