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
flac
Commits
881a36d0
Commit
881a36d0
authored
Oct 01, 2002
by
Josh Coalson
Browse files
fix bug with non-ogg builds, wrong # of args to fprintf
parent
48669d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/main.c
View file @
881a36d0
...
...
@@ -380,11 +380,7 @@ int do_it()
else
sprintf
(
padopt
,
" %d"
,
option_values
.
padding
);
fprintf
(
stderr
,
"options:%s%s"
#ifdef FLAC__HAS_OGG
"%s"
#endif
"%s -P%s -b %u%s -l %u%s%s%s -q %u -r %u,%u%s
\n
"
,
"options:%s%s%s%s -P%s -b %u%s -l %u%s%s%s -q %u -r %u,%u%s
\n
"
,
option_values
.
delete_input
?
" --delete-input-file"
:
""
,
option_values
.
sector_align
?
" --sector-align"
:
""
,
option_values
.
use_ogg
?
" --ogg"
:
""
,
...
...
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