[Scummvm-cvs-logs] CVS: residual/lua/src lstring.c,1.1.1.1,1.2

James Brown ender at users.sourceforge.net
Sat Aug 16 05:21:03 CEST 2003


Update of /cvsroot/scummvm/residual/lua/src
In directory sc8-pr-cvs1:/tmp/cvs-serv16566/src

Modified Files:
	lstring.c 
Log Message:
Explicit typecast


Index: lstring.c
===================================================================
RCS file: /cvsroot/scummvm/residual/lua/src/lstring.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- lstring.c	15 Aug 2003 18:00:44 -0000	1.1.1.1
+++ lstring.c	16 Aug 2003 11:43:15 -0000	1.2
@@ -168,7 +168,7 @@
     i = j;
   else
     tb->nuse++;
-  ts = tb->hash[i] = newone_u(buff, tag, h);
+  ts = tb->hash[i] = newone_u((char*)buff, tag, h);
   return ts;
 }
 





More information about the Scummvm-git-logs mailing list