[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c
Jack Moffitt
jack at xiph.org
Fri Feb 23 16:52:23 PST 2001
jack 01/02/23 16:52:23
Modified: ogg123 ogg123.c
Log:
Segher found this bug log ago :)
Revision Changes Path
1.30 +2 -2 vorbis-tools/ogg123/ogg123.c
Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ogg123.c 2001/02/22 05:53:09 1.29
+++ ogg123.c 2001/02/24 00:52:22 1.30
@@ -14,7 +14,7 @@
* *
********************************************************************
- last mod: $Id: ogg123.c,v 1.29 2001/02/22 05:53:09 kcarnold Exp $
+ last mod: $Id: ogg123.c,v 1.30 2001/02/24 00:52:22 jack Exp $
********************************************************************/
@@ -113,7 +113,7 @@
ao_initialize();
- while (-1 != (ret = getopt_long(argc, argv, "b:d:hk:o:qvV:z",
+ while (-1 != (ret = getopt_long(argc, argv, "b:d:hk:o:qvVz",
long_options, &option_index))) {
switch (ret) {
case 0:
--- >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