[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.146,2.147

Travis Howell kirben at users.sourceforge.net
Sat Oct 2 23:28:48 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31286/scumm

Modified Files:
	script_v72he.cpp 
Log Message:

Reading 1 too far.


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.146
retrieving revision 2.147
diff -u -d -r2.146 -r2.147
--- script_v72he.cpp	3 Oct 2004 06:07:25 -0000	2.146
+++ script_v72he.cpp	3 Oct 2004 06:23:03 -0000	2.147
@@ -1910,7 +1910,7 @@
 
 	// HACK: Convert paths
 	if (filename[0] == ':') {
-		int len = resStrLen(filename) + 1;
+		int len = resStrLen(filename);
 		int i = 1, j = 0;
 		while(len--) {
 			if (filename[i] == ':')





More information about the Scummvm-git-logs mailing list