summaryrefslogtreecommitdiffstats
path: root/compress.c
diff options
context:
space:
mode:
authorbzip2 upstream <kwrobot@kitware.com>2019-07-13 15:17:58 (GMT)
committerBrad King <brad.king@kitware.com>2020-02-24 17:11:59 (GMT)
commit03e9d5afb34b6e951b6f4c60fdf71b61690910fc (patch)
treef6dd88e8398630b282e260529343648aba2169a9 /compress.c
parent05c3d1bcdbc59ec1a29935eb8e5b6fdfc87c0dd7 (diff)
downloadCMake-03e9d5afb34b6e951b6f4c60fdf71b61690910fc.zip
CMake-03e9d5afb34b6e951b6f4c60fdf71b61690910fc.tar.gz
CMake-03e9d5afb34b6e951b6f4c60fdf71b61690910fc.tar.bz2
bzip2 2019-07-13 (6a8690fc)
Code extracted from: https://sourceware.org/git/bzip2.git at commit 6a8690fc8d26c815e798c588f796eabe9d684cf0 (bzip2-1.0.8).
Diffstat (limited to 'compress.c')
-rw-r--r--compress.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/compress.c b/compress.c
index 8c80a07..5dfa002 100644
--- a/compress.c
+++ b/compress.c
@@ -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.5 of 10 December 2007
- Copyright (C) 1996-2007 Julian Seward <jseward@bzip.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.
@@ -454,7 +454,7 @@ void sendMTFValues ( EState* s )
AssertH( nGroups < 8, 3002 );
AssertH( nSelectors < 32768 &&
- nSelectors <= (2 + (900000 / BZ_G_SIZE)),
+ nSelectors <= BZ_MAX_SELECTORS,
3003 );