mirror of https://github.com/xiph/flac
Change sourceforge URL in flac error messages to github
Signed-off-by: Ralph Giles <giles@thaumas.net>
This commit is contained in:
parent
fe87159c6f
commit
29e5b50789
|
@ -1469,7 +1469,7 @@ void print_error_with_state(const DecoderSession *d, const char *message)
|
|||
"not able to decode the file. If the version number is not, the file\n"
|
||||
"may be corrupted, or you may have found a bug. In this case please\n"
|
||||
"submit a bug report to\n"
|
||||
" https://sourceforge.net/p/flac/bugs/\n"
|
||||
" https://github.com/xiph/flac/issues\n"
|
||||
"Make sure to use the \"Monitor\" feature to monitor the bug status.\n",
|
||||
d->inbasefilename, FLAC__VERSION_STRING
|
||||
);
|
||||
|
|
|
@ -2758,7 +2758,7 @@ void print_verify_error(EncoderSession *e)
|
|||
flac__utils_printf(stderr, 1, " http://xiph.org/flac/faq.html#tools__hardware_prob\n");
|
||||
flac__utils_printf(stderr, 1, " If it does fail in the exact same place every time, keep\n");
|
||||
flac__utils_printf(stderr, 1, " %s and submit a bug report to:\n", e->outfilename);
|
||||
flac__utils_printf(stderr, 1, " https://sourceforge.net/p/flac/bugs/\n");
|
||||
flac__utils_printf(stderr, 1, " https://github.com/xiph/flac/issues\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);
|
||||
|
|
Loading…
Reference in New Issue