[xiph-cvs] cvs commit: vorbis-tools/ogg123 buffer.c
Kenneth C. Arnold
kcarnold at xiph.org
Sun Aug 12 18:48:38 PDT 2001
kcarnold 01/08/12 18:48:38
Modified: ogg123 Tag: kcarnold_work buffer.c
Log:
Disabling debug code in buffer.
Revision Changes Path
No revision
No revision
1.7.2.14 +2 -2 vorbis-tools/ogg123/buffer.c
Index: buffer.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/buffer.c,v
retrieving revision 1.7.2.13
retrieving revision 1.7.2.14
diff -u -r1.7.2.13 -r1.7.2.14
--- buffer.c 2001/08/13 01:46:42 1.7.2.13
+++ buffer.c 2001/08/13 01:48:38 1.7.2.14
@@ -11,7 +11,7 @@
* *
********************************************************************
- last mod: $Id: buffer.c,v 1.7.2.13 2001/08/13 01:46:42 kcarnold Exp $
+ last mod: $Id: buffer.c,v 1.7.2.14 2001/08/13 01:48:38 kcarnold Exp $
********************************************************************/
@@ -34,7 +34,7 @@
#include "ogg123.h"
#include "buffer.h"
-#define DEBUG_BUFFER
+#undef DEBUG_BUFFER
#ifdef DEBUG_BUFFER
FILE *debugfile;
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list