Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis tools
Commits
ff48be3c
Commit
ff48be3c
authored
Oct 27, 2002
by
Michael Smith
Browse files
Fix a case fallthrough bug - this was fixed months ago, but I forgot to commit
it. Oops. svn path=/trunk/vorbis-tools/; revision=4062
parent
f377b0d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vorbiscomment/vcomment.c
View file @
ff48be3c
...
...
@@ -376,6 +376,7 @@ void parse_options(int argc, char *argv[], param_t *param)
break
;
case
'R'
:
param
->
raw
=
1
;
break
;
case
'w'
:
param
->
mode
=
MODE_WRITE
;
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment