aboutsummaryrefslogtreecommitdiff
path: root/bzlib.c
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-07-11 19:54:37 +0200
committerMark Wielaard <mark@klomp.org>2019-07-11 19:54:46 +0200
commitd50cc4b0e700f8f8285b02d28db595e805e3b627 (patch)
tree30f4f51c14f94583933cbfb651c9be657675e301 /bzlib.c
parent04e979201daffd511826ed1c196c9f5fe7d14a89 (diff)
downloadbzip2-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bzlib.c b/bzlib.c
index f9da295..2dbe666 100644
--- a/bzlib.c
+++ b/bzlib.c
@@ -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 );