Skip to content

Commit

Permalink
Change sourceforge URL in flac error messages to github
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Giles <[email protected]>
  • Loading branch information
ktmf01 authored and rillian committed Feb 14, 2022
1 parent fe87159 commit 29e5b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/flac/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down
2 changes: 1 addition & 1 deletion src/flac/encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 29e5b50

Please sign in to comment.