aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/qcommon
diff options
context:
space:
mode:
authorRene Stoeckel <[email protected]>2005-02-06 19:26:50 +0000
committerRene Stoeckel <[email protected]>2005-02-06 19:26:50 +0000
commit2b10843110de639e93da3fd505beb11105ed212e (patch)
tree52a465ee873afc737cdb3c2a589484a3242f970f /src/jake2/qcommon
parent9309415fa14870a7dee7582e27582b09e640b1ae (diff)
added debug info. SZ.write/print should not be used anymore.
Diffstat (limited to 'src/jake2/qcommon')
-rw-r--r--src/jake2/qcommon/SZ.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jake2/qcommon/SZ.java b/src/jake2/qcommon/SZ.java
index 8d87c93..46ac97b 100644
--- a/src/jake2/qcommon/SZ.java
+++ b/src/jake2/qcommon/SZ.java
@@ -2,7 +2,7 @@
* SZ.java
* Copyright (C) 2003
*
- * $Id: SZ.java,v 1.4 2005-01-17 23:05:57 cawe Exp $
+ * $Id: SZ.java,v 1.5 2005-02-06 19:26:50 salomo Exp $
*/
/*
Copyright (C) 1997-2001 Id Software, Inc.
@@ -88,6 +88,7 @@ public final class SZ {
//
public static void Print(sizebuf_t buf, String data) {
+ Com.dprintln("SZ.print():<" + data + ">" );
int length = data.length();
byte str[] = data.getBytes();