[Scummvm-cvs-logs] CVS: scummvm/common str.cpp,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Thu Nov 21 08:52:05 CET 2002


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv16251/common

Modified Files:
	str.cpp 
Log Message:
now this was an *EVIL* typo

Index: str.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/str.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- str.cpp	21 Nov 2002 02:53:49 -0000	1.11
+++ str.cpp	21 Nov 2002 16:51:33 -0000	1.12
@@ -67,7 +67,7 @@
 
 	_refCount = str._refCount;
 	_capacity = str._capacity;
-	_len = str._capacity;
+	_len = str._len;
 	_str = str._str;
 }
 





More information about the Scummvm-git-logs mailing list