From 29e5b507894c4fce8c59ded5cd2f633a7dc5bfed Mon Sep 17 00:00:00 2001 From: Martijn van Beurden Date: Wed, 26 Jan 2022 11:18:02 +0100 Subject: Change sourceforge URL in flac error messages to github Signed-off-by: Ralph Giles --- src/flac/decode.c | 2 +- src/flac/encode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flac/decode.c b/src/flac/decode.c index 517b1bba..1480457b 100644 --- a/src/flac/decode.c +++ b/src/flac/decode.c @@ -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 ); diff --git a/src/flac/encode.c b/src/flac/encode.c index 30543645..a9b907fa 100644 --- a/src/flac/encode.c +++ b/src/flac/encode.c @@ -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); -- cgit v1.2.1