summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-01-26 11:18:02 +0100
committerRalph Giles <giles@thaumas.net>2022-02-13 21:22:01 -0800
commit29e5b507894c4fce8c59ded5cd2f633a7dc5bfed (patch)
tree8ec3e519ef40a657b4d0fe49fc5a47fc20d153e8
parentfe87159c6f733b45c099fdc96f0bca3ebbfa1996 (diff)
downloadflac-29e5b507894c4fce8c59ded5cd2f633a7dc5bfed.tar.gz
Change sourceforge URL in flac error messages to github
Signed-off-by: Ralph Giles <giles@thaumas.net>
-rw-r--r--src/flac/decode.c2
-rw-r--r--src/flac/encode.c2
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);