[Scummvm-cvs-logs] CVS: scummvm/sky text.h,1.12,1.13
Robert G?ffringmann
lavosspawn at users.sourceforge.net
Mon May 12 13:52:01 CEST 2003
Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv18606/sky
Modified Files:
text.h
Log Message:
m$vc++ gave hundreds of constant-truncation-warnings because of this one...
Index: text.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/text.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- text.h 9 May 2003 22:06:37 -0000 1.12
+++ text.h 12 May 2003 20:50:59 -0000 1.13
@@ -25,8 +25,8 @@
#include "sky/disk.h"
struct HuffTree {
- char lChild;
- char rChild;
+ unsigned char lChild;
+ unsigned char rChild;
char value;
};
More information about the Scummvm-git-logs
mailing list