mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Fix a buggy comment.
This commit is contained in:
parent
bfc245569f
commit
0e491aa8cd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ normalize(lzma_mf *mf)
|
|||
// may be match finders that use larger resolution than one byte.
|
||||
const uint32_t subvalue
|
||||
= (MUST_NORMALIZE_POS - mf->cyclic_size);
|
||||
// & (~(UINT32_C(1) << 10) - 1);
|
||||
// & ~((UINT32_C(1) << 10) - 1);
|
||||
|
||||
for (uint32_t i = 0; i < mf->hash_count; ++i) {
|
||||
// If the distance is greater than the dictionary size,
|
||||
|
|
Loading…
Reference in a new issue