[Scummvm-cvs-logs] CVS: scummvm/sky text.cpp,1.35,1.36

Oliver Kiehl olki at users.sourceforge.net
Sat Jun 14 04:49:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv21649

Modified Files:
	text.cpp 
Log Message:
fix bug #754378 (I hope)


Index: text.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/text.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- text.cpp	14 Jun 2003 10:14:28 -0000	1.35
+++ text.cpp	14 Jun 2003 11:48:09 -0000	1.36
@@ -279,7 +279,7 @@
 	if (_dtData == NULL)
 		_dtData = (byte *)malloc(numBytes);
 
-	byte *curDest = _dtData; 
+	uint8 *curDest = _dtData; 
 
 	uint32 bytesToClear = numBytes; //no of bytes to clear
 	bytesToClear -= sizeof(struct dataFileHeader);	//don't touch the header.





More information about the Scummvm-git-logs mailing list