aboutsummaryrefslogtreecommitdiff
path: root/bzlib.c
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-03-30 22:56:16 +0100
committerMark Wielaard <mark@klomp.org>2019-03-30 22:56:16 +0100
commit5b923861db7bdd0560f3ecbc8be6e91e830066eb (patch)
treeb9c420c2c85db08a040c9e96a9fa130cbf85416a /bzlib.c
parent962d60610cb31e0f294a834e55ebb355be55d05a (diff)
downloadbzip2-5b923861db7bdd0560f3ecbc8be6e91e830066eb.tar.gz
bzip2-5b923861db7bdd0560f3ecbc8be6e91e830066eb.tar.bz2
bzip2-5b923861db7bdd0560f3ecbc8be6e91e830066eb.zip
Change Julian's email address to jseward@acm.org
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 bd358a7..8aa6ae7 100644
--- a/bzlib.c
+++ b/bzlib.c
@@ -9,7 +9,7 @@
9 lossless, block-sorting data compression. 9 lossless, block-sorting data compression.
10 10
11 bzip2/libbzip2 version 1.0.6 of 6 September 2010 11 bzip2/libbzip2 version 1.0.6 of 6 September 2010
12 Copyright (C) 1996-2010 Julian Seward <jseward@bzip.org> 12 Copyright (C) 1996-2010 Julian Seward <jseward@acm.org>
13 13
14 Please read the WARNING, DISCLAIMER and PATENTS sections in the 14 Please read the WARNING, DISCLAIMER and PATENTS sections in the
15 README file. 15 README file.
@@ -43,7 +43,7 @@ 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@bzip.org. If this happened\n" 46 "Please report it to me at: jseward@acm.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"