Skip to content
GitLab
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
53b626a7
Commit
53b626a7
authored
Aug 31, 2005
by
Josh Coalson
Browse files
add to verbiage about verify error; point to FAQ entry
parent
83fa59c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/encode.c
View file @
53b626a7
...
...
@@ -2008,10 +2008,13 @@ void print_verify_error(EncoderSession *e)
flac__utils_printf
(
stderr
,
1
,
" usually overclocking or bad RAM. Delete %s
\n
"
,
e
->
inbasefilename
);
flac__utils_printf
(
stderr
,
1
,
" and repeat the flac command exactly as before. If it does not give a
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" verify error in the exact same place each time you try it, then there is
\n
"
);
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 use the
\"
Monitor
\"
feature to monitor the bug status.
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" a problem with your hardware; please see the FAQ:
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" http://flac.sourceforge.net/faq.html#tools__hardware_prob
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" If it does fail in the exact same place every time, keep the bad FLAC
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" file and submit a bug report to:
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" https://sourceforge.net/bugs/?func=addbug&group_id=13478
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" Make sure to upload the FLAC file and use the
\"
Monitor
\"
feature to
\n
"
);
flac__utils_printf
(
stderr
,
1
,
" 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
.
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