aboutsummaryrefslogtreecommitdiff
path: root/compress.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-12-13 19:28:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-13 19:28:53 +0000
commit984a9c5ba942f35e18c3b904252fc249febeba4e (patch)
treec025e10d17e7a75839680f1c89e2576718cf53e3 /compress.c
parentaf4fb9fa8f24e111103a8101d85b660c90d1e2e4 (diff)
parent8645cf6c0da81fb958450394f463ff7c66edb49b (diff)
downloadbzip2-984a9c5ba942f35e18c3b904252fc249febeba4e.tar.gz
Merge "Really sync with bzip1.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 caf7696..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.6 of 6 September 2010
- Copyright (C) 1996-2010 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 );