[Scummvm-cvs-logs] CVS: scummvm/scumm debugger.cpp,1.70,1.71

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


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

Modified Files:
	debugger.cpp 
Log Message:
another tab completion fix by wjp

Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/debugger.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- debugger.cpp	5 Aug 2003 19:23:26 -0000	1.70
+++ debugger.cpp	5 Aug 2003 19:43:04 -0000	1.71
@@ -1054,6 +1054,8 @@
 					}
 					matchlen = j;
 				}
+				if (matchlen == 0)
+					return false;
 			}
 		}
 	}





More information about the Scummvm-git-logs mailing list