Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
cd567f7d
Commit
cd567f7d
authored
Jan 10, 2016
by
Erik de Castro Lopo
Browse files
flacdiff: Improve error msg output
Patch-from: lvqcl <lvqcl.mail@gmail.com>
parent
7eda006d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/utils/flacdiff/main.cpp
View file @
cd567f7d
...
@@ -210,9 +210,9 @@ int main(int argc, char *argv[])
...
@@ -210,9 +210,9 @@ int main(int argc, char *argv[])
{
{
const
char
*
usage
=
"usage: flacdiff flacfile1 flacfile2
\n
"
;
const
char
*
usage
=
"usage: flacdiff flacfile1 flacfile2
\n
"
;
#ifdef
FLAC__STRINGS_IN_UTF8
#ifdef
_WIN32
if
(
get_utf8_argv
(
&
argc
,
&
argv
)
!=
0
)
{
if
(
get_utf8_argv
(
&
argc
,
&
argv
)
!=
0
)
{
fprintf
(
stderr
,
"
%
ERROR: failed to convert command line parameters to UTF-8
\n
"
);
fprintf
(
stderr
,
"ERROR: failed to convert command line parameters to UTF-8
\n
"
);
return
1
;
return
1
;
}
}
#endif
#endif
...
...
Write
Preview
Markdown
is supported
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