[Scummvm-cvs-logs] CVS: scummvm sound.cpp,1.108,1.109

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Wed Jul 24 02:39:08 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv16165

Modified Files:
	sound.cpp 
Log Message:
fixed warnings signed/unsigned

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.cpp,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- sound.cpp	22 Jul 2002 12:51:05 -0000	1.108
+++ sound.cpp	24 Jul 2002 09:38:42 -0000	1.109
@@ -791,7 +791,7 @@
 	COMP_table table[50];
 	unsigned char *CompInput, *CompOutput, *CompFinal, *Final;
 	int outputSize, finalSize;
-	uint32 offset1, offset2, offset3, length, k, c, s, j, r, t;
+	int32 offset1, offset2, offset3, length, k, c, s, j, r, t;
 	byte * src, * t_table;
 	byte t_tmp1, t_tmp2;
 





More information about the Scummvm-git-logs mailing list