diff options
author | Mark Wielaard <mark@klomp.org> | 2019-07-11 19:54:37 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-07-11 19:54:46 +0200 |
commit | d50cc4b0e700f8f8285b02d28db595e805e3b627 (patch) | |
tree | 30f4f51c14f94583933cbfb651c9be657675e301 /bzlib.c | |
parent | 04e979201daffd511826ed1c196c9f5fe7d14a89 (diff) | |
download | bzip2-d50cc4b0e700f8f8285b02d28db595e805e3b627.tar.gz bzip2-d50cc4b0e700f8f8285b02d28db595e805e3b627.tar.bz2 bzip2-d50cc4b0e700f8f8285b02d28db595e805e3b627.zip |
Replace project contact email with bzip2-devel@sourceware.org.
Keep Julian's email as author information, but redirect general
project feedback in the code and manual to the community mailinglist.
Diffstat (limited to 'bzlib.c')
-rw-r--r-- | bzlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,12 +43,12 @@ void BZ2_bz__AssertH__fail ( int errcode ) | |||
43 | fprintf(stderr, | 43 | fprintf(stderr, |
44 | "\n\nbzip2/libbzip2: internal error number %d.\n" | 44 | "\n\nbzip2/libbzip2: internal error number %d.\n" |
45 | "This is a bug in bzip2/libbzip2, %s.\n" | 45 | "This is a bug in bzip2/libbzip2, %s.\n" |
46 | "Please report it to me at: jseward@acm.org. If this happened\n" | 46 | "Please report it to: bzip2-devel@sourceware.org. If this happened\n" |
47 | "when you were using some program which uses libbzip2 as a\n" | 47 | "when you were using some program which uses libbzip2 as a\n" |
48 | "component, you should also report this bug to the author(s)\n" | 48 | "component, you should also report this bug to the author(s)\n" |
49 | "of that program. Please make an effort to report this bug;\n" | 49 | "of that program. Please make an effort to report this bug;\n" |
50 | "timely and accurate bug reports eventually lead to higher\n" | 50 | "timely and accurate bug reports eventually lead to higher\n" |
51 | "quality software. Thanks. Julian Seward, 10 December 2007.\n\n", | 51 | "quality software. Thanks.\n\n", |
52 | errcode, | 52 | errcode, |
53 | BZ2_bzlibVersion() | 53 | BZ2_bzlibVersion() |
54 | ); | 54 | ); |