diff options
| author | Xin LI <delphij@FreeBSD.org> | 2019-08-11 06:22:06 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2019-08-11 06:22:06 +0000 |
| commit | fb69e223e528e6e4c1411ced8b7c9f07024dc280 (patch) | |
| tree | 5bf79f136083c728f49d752159d80b85439f8815 /bzlib.c | |
| parent | 7897e22279d3ecd2cadda971da4a5bf96bbee785 (diff) | |
Vendor import bzip2 -- upgrade to version 1.0.8.vendor/bzip2/1.0.8vendor/bzip2
Notes
svn path=/vendor/bzip2/dist/; revision=350853
svn path=/vendor/bzip2/1.0.8/; revision=350854; tag=vendor/bzip2/1.0.8
Diffstat (limited to 'bzlib.c')
| -rw-r--r-- | bzlib.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,8 +8,8 @@ This file is part of bzip2/libbzip2, a program and library for lossless, block-sorting data compression. - bzip2/libbzip2 version 1.0.7 of 27 June 2019 - Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> + bzip2/libbzip2 version 1.0.8 of 13 July 2019 + Copyright (C) 1996-2019 Julian Seward <jseward@acm.org> Please read the WARNING, DISCLAIMER and PATENTS sections in the README file. @@ -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() ); |
