diff options
author | dvorkanton <[email protected]> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:04 +0300 |
commit | ce1ca0f8ad5b8231d32b35629f85bb09beea1bfb (patch) | |
tree | 19b21fdcf9ef01e0c94a15434fb08a4a555a79e9 /contrib/libs/libbz2/compress.c | |
parent | fc361854fd6ee8d747229b090f0b8018e260d1fb (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libbz2/compress.c')
-rw-r--r-- | contrib/libs/libbz2/compress.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/libbz2/compress.c b/contrib/libs/libbz2/compress.c index 5dfa00231b0..123a33eb9ec 100644 --- a/contrib/libs/libbz2/compress.c +++ b/contrib/libs/libbz2/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.8 of 13 July 2019 - Copyright (C) 1996-2019 Julian Seward <[email protected]> + bzip2/libbzip2 version 1.0.8 of 13 July 2019 + Copyright (C) 1996-2019 Julian Seward <[email protected]> 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 <= BZ_MAX_SELECTORS, + nSelectors <= BZ_MAX_SELECTORS, 3003 ); |