diff options
Diffstat (limited to '')
-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 | ); |