From: Rene S. <sa...@us...> - 2004-09-10 19:03:46
|
Update of /cvsroot/jake2/jake2/src/jake2/qcommon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11120/src/jake2/qcommon Modified Files: SZ.java PMove.java Log Message: did some cource cleanups Index: SZ.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/SZ.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SZ.java 8 Jul 2004 15:58:46 -0000 1.2 --- SZ.java 10 Sep 2004 19:02:53 -0000 1.3 *************** *** 40,44 **** public static void Init(sizebuf_t buf, byte data[], int length) { - //memset (buf, 0, sizeof(*buf)); buf.data = data; buf.maxsize = length; --- 40,43 ---- Index: PMove.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/PMove.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PMove.java 22 Aug 2004 14:25:14 -0000 1.3 --- PMove.java 10 Sep 2004 19:02:53 -0000 1.4 *************** *** 1148,1152 **** // clear all pmove local vars - //memset(& pml, 0, sizeof(pml)); pml = new pml_t(); --- 1148,1151 ---- |