From: Rene S. <sa...@us...> - 2005-02-06 19:26:59
|
Update of /cvsroot/jake2/jake2/src/jake2/qcommon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23676/src/jake2/qcommon Modified Files: SZ.java Log Message: added debug info. SZ.write/print should not be used anymore. Index: SZ.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/SZ.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SZ.java 17 Jan 2005 23:05:57 -0000 1.4 --- SZ.java 6 Feb 2005 19:26:50 -0000 1.5 *************** *** 89,92 **** --- 89,93 ---- // public static void Print(sizebuf_t buf, String data) { + Com.dprintln("SZ.print():<" + data + ">" ); int length = data.length(); byte str[] = data.getBytes(); |