[Scummvm-cvs-logs] CVS: residual keyframe.cpp,1.13,1.14
Pawel Kolodziejski
aquadran at users.sourceforge.net
Fri Aug 12 06:59:30 CEST 2005
Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5457
Modified Files:
keyframe.cpp
Log Message:
now is correct
Index: keyframe.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/keyframe.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- keyframe.cpp 12 Aug 2005 13:45:48 -0000 1.13
+++ keyframe.cpp 12 Aug 2005 13:49:52 -0000 1.14
@@ -38,10 +38,10 @@
// First four bytes are the FYEK Keyframe identifier code
// Next 36 bytes are the filename
if (debugLevel == DEBUG_NORMAL || debugLevel == DEBUG_ALL) {
- char filebuf[38];
+ char filebuf[37];
memcpy(filebuf, data + 4, 36);
- filebuf[37] = 0;
+ filebuf[36] = 0;
printf("Loading Keyframe '%s'.\n", filebuf);
}
// Next four bytes are the flags
More information about the Scummvm-git-logs
mailing list