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

Jack Moffitt jack at xiph.org
Tue Oct 31 16:58:32 PST 2000



jack        00/10/31 16:58:32

  Modified:    ogg123   ogg123.c
  Log:
  yeah..  just pretend those printf's were never there...
  
  jack.

Revision  Changes    Path
1.9       +2 -6      vorbis-tools/ogg123/ogg123.c

Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ogg123.c	2000/10/31 01:06:22	1.8
+++ ogg123.c	2000/11/01 00:58:31	1.9
@@ -14,7 +14,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: ogg123.c,v 1.8 2000/10/31 01:06:22 jack Exp $
+ last mod: $Id: ogg123.c,v 1.9 2000/11/01 00:58:31 jack Exp $
 
  ********************************************************************/
 
@@ -193,11 +193,7 @@
                 fclose(fp);
         }
 
-	if (device) {
-		fprintf(stderr, "device short name = %s\n", device);
-		fprintf(stderr, "device_id is = %d\n", ao_get_driver_id(device));
-		return ao_get_driver_id(device);
-	}
+	if (device) return ao_get_driver_id(device);
 
         return -1;
 }

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