[xiph-cvs] cvs commit: vorbis-tools/ogg123 options.c

Kenneth C. Arnold kcarnold at xiph.org
Thu Aug 30 16:38:42 PDT 2001



kcarnold    01/08/30 16:38:42

  Modified:    ogg123   Tag: kcarnold_work options.c
  Log:
  Remove debug code (oops).

Revision  Changes    Path
No                   revision

No                   revision

1.1.2.7   +1 -2      vorbis-tools/ogg123/Attic/options.c

Index: options.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Attic/options.c,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -r1.1.2.6 -r1.1.2.7
--- options.c	2001/08/30 23:32:09	1.1.2.6
+++ options.c	2001/08/30 23:38:41	1.1.2.7
@@ -11,7 +11,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: options.c,v 1.1.2.6 2001/08/30 23:32:09 kcarnold Exp $
+ last mod: $Id: options.c,v 1.1.2.7 2001/08/30 23:38:41 kcarnold Exp $
 
  ********************************************************************/
 
@@ -243,7 +243,6 @@
         line[readoffset] = (unsigned char) thischar;
       readoffset++;
     }
-    fprintf (stderr, "Read line: %s\n", line);
     pcode = ParseLine (opts, line);
     if (pcode != parse_ok)
       if (!errfunc (arg, pcode, lineno, filename, line)) {

--- >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