From d50cc4b0e700f8f8285b02d28db595e805e3b627 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 11 Jul 2019 19:54:37 +0200 Subject: 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. --- bzlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bzlib.c') 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 ) fprintf(stderr, "\n\nbzip2/libbzip2: internal error number %d.\n" "This is a bug in bzip2/libbzip2, %s.\n" - "Please report it to me at: jseward@acm.org. If this happened\n" + "Please report it to: bzip2-devel@sourceware.org. If this happened\n" "when you were using some program which uses libbzip2 as a\n" "component, you should also report this bug to the author(s)\n" "of that program. Please make an effort to report this bug;\n" "timely and accurate bug reports eventually lead to higher\n" - "quality software. Thanks. Julian Seward, 10 December 2007.\n\n", + "quality software. Thanks.\n\n", errcode, BZ2_bzlibVersion() ); -- cgit v1.2.3-55-g6feb