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

Michael Smith msmith at xiph.org
Sun Oct 27 03:30:27 PST 2002



msmith      02/10/27 06:30:27

  Modified:    vorbiscomment vcomment.c
  Log:
  Fix a case fallthrough bug - this was fixed months ago, but I forgot to commit
  it. Oops.

Revision  Changes    Path
1.26      +1 -0      vorbis-tools/vorbiscomment/vcomment.c

Index: vcomment.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/vcomment.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- vcomment.c	9 Jul 2002 12:44:54 -0000	1.25
+++ vcomment.c	27 Oct 2002 11:30:27 -0000	1.26
@@ -376,6 +376,7 @@
                                 break;
             case 'R':
                 param->raw = 1;
+                break;
                         case 'w':
                                 param->mode = MODE_WRITE;
                                 break;

<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