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

Kenneth C. Arnold kcarnold at xiph.org
Wed Feb 21 18:38:00 PST 2001



kcarnold    01/02/21 18:37:59

  Modified:    ogg123   ogg123.c
  Log:
  A few quick fixes, mostly cosmetic.

Revision  Changes    Path
1.27      +4 -6      vorbis-tools/ogg123/ogg123.c

Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ogg123.c	2001/02/20 21:03:51	1.26
+++ ogg123.c	2001/02/22 02:37:59	1.27
@@ -1,4 +1,4 @@
-/* ogg123.c by Kenneth Arnold <kcarnold at yahoo.com> */
+/* ogg123.c by Kenneth Arnold <kcarnold at arnoldnet.net> */
 /* Modified to use libao by Stan Seibert <volsung at asu.edu> */
 
 /********************************************************************
@@ -14,14 +14,12 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: ogg123.c,v 1.26 2001/02/20 21:03:51 msmith Exp $
+ last mod: $Id: ogg123.c,v 1.27 2001/02/22 02:37:59 kcarnold Exp $
 
  ********************************************************************/
 
 /* FIXME : That was a messy message. Fix it. */
 
-#define OGG123_VERSION "0.6 (CVS post-beta3)"
-
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -74,7 +72,7 @@
     o = stderr;
 
     fprintf(o,
-	    "Ogg123 " OGG123_VERSION "\n"
+	    "Ogg123 from " PACKAGE " " VERSION "\n"
             " by Kenneth Arnold <kcarnold at arnoldnet.net> and others\n\n"
             "Usage: ogg123 [<options>] <input file> ...\n\n"
             "  -h, --help     this help\n"
@@ -155,7 +153,7 @@
             opt.verbose++;
             break;
         case 'V':
-	    fprintf(stderr, "Ogg123 %s\n", OGG123_VERSION);
+	    fprintf(stderr, "Ogg123 from " PACKAGE " " VERSION "\n");
             exit(0);
         case 'z':
             opt.shuffle = 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