Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Strogin
flac
Commits
53b626a7
Commit
53b626a7
authored
Aug 31, 2005
by
Josh Coalson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add to verbiage about verify error; point to FAQ entry
parent
83fa59c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
src/flac/encode.c
src/flac/encode.c
+7
-4
No files found.
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
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