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

Michael Smith msmith at xiph.org
Mon Jul 22 04:44:42 PDT 2002



msmith      02/07/22 04:44:42

  Modified:    oggdec   oggdec.c
  Log:
  fix raw in getopt string

Revision  Changes    Path
1.11      +1 -1      vorbis-tools/oggdec/oggdec.c

Index: oggdec.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/oggdec.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- oggdec.c	2002/07/21 14:40:04	1.10
+++ oggdec.c	2002/07/22 11:44:41	1.11
@@ -68,7 +68,7 @@
     int option_index = 1;
     int ret;
 
-    while((ret = getopt_long(argc, argv, "Qhvb:e:R:s:o:", 
+    while((ret = getopt_long(argc, argv, "Qhvb:e:Rs:o:", 
                     long_options, &option_index)) != -1)
     {
         switch(ret)

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