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
Stefan Strogin
flac
Commits
e7001d6e
Commit
e7001d6e
authored
Aug 24, 2005
by
Josh Coalson
Browse files
change bug submission verbiage, require monitoring of sourceforge bug
parent
0d903aab
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/flac/decode.c
View file @
e7001d6e
...
...
@@ -1161,8 +1161,7 @@ void print_error_with_state(const DecoderSession *d, const char *message)
"may be corrupted, or you may have found a bug. In this case please
\n
"
"submit a bug report to
\n
"
" http://sourceforge.net/bugs/?func=addbug&group_id=13478
\n
"
"Make sure to include an email contact in the comment and/or use the
\n
"
"
\"
Monitor
\"
feature to monitor the bug status.
\n
"
,
"Make sure to use the
\"
Monitor
\"
feature to monitor the bug status.
\n
"
,
d
->
inbasefilename
,
FLAC__VERSION_STRING
);
}
...
...
src/flac/encode.c
View file @
e7001d6e
...
...
@@ -1986,8 +1986,7 @@ void print_verify_error(EncoderSession *e)
flac__utils_printf
(
stderr
,
1
,
" a problem with your hardware. If it does, keep the bad FLAC file and
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" submit a bug report to:
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" http://sourceforge.net/bugs/?func=addbug&group_id=13478
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" Make sure to include an email contact in the comment and/or use the
\n
"
);
flac__utils_printf
(
stderr
,
1
,
"
\"
Monitor
\"
feature to monitor the bug status.
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" Make sure to use the
\"
Monitor
\"
feature to monitor the bug status.
\n
"
);
flac__utils_printf
(
stderr
,
1
,
"Verify FAILED! Do not trust %s
\n
"
,
e
->
outfilename
);
}
...
...
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