Change sourceforge URL in flac error messages to github

Signed-off-by: Ralph Giles <giles@thaumas.net>
This commit is contained in:
Martijn van Beurden 2022-01-26 11:18:02 +01:00 committed by Ralph Giles
parent fe87159c6f
commit 29e5b50789
No known key found for this signature in database
GPG Key ID: 9259A8F2D2D44C84
2 changed files with 2 additions and 2 deletions

View File

@ -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
);

View File

@ -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);