[Scummvm-cvs-logs] CVS: residual keyframe.cpp,1.12,1.13

Pawel Kolodziejski aquadran at users.sourceforge.net
Fri Aug 12 06:50:44 CEST 2005


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

Modified Files:
	keyframe.cpp 
Log Message:
it was one byte too small

Index: keyframe.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/keyframe.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- keyframe.cpp	17 Jul 2005 23:40:21 -0000	1.12
+++ keyframe.cpp	12 Aug 2005 13:45:48 -0000	1.13
@@ -38,7 +38,7 @@
 	// First four bytes are the FYEK Keyframe identifier code
 	// Next 36 bytes are the filename
 	if (debugLevel == DEBUG_NORMAL || debugLevel == DEBUG_ALL) {
-		char filebuf[37];
+		char filebuf[38];
 		
 		memcpy(filebuf, data + 4, 36);
 		filebuf[37] = 0;





More information about the Scummvm-git-logs mailing list