mirror of https://github.com/madler/zlib
remove incorrect comment
This commit is contained in:
parent
5752b171fd
commit
778c8d2d12
|
@ -1898,7 +1898,7 @@ local block_state deflate_fast(s, flush)
|
||||||
INSERT_STRING(s, s->strstart, hash_head);
|
INSERT_STRING(s, s->strstart, hash_head);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Find the longest match, discarding those <= prev_length.
|
/* Find the longest match.
|
||||||
* At this point we have always match_length < MIN_MATCH
|
* At this point we have always match_length < MIN_MATCH
|
||||||
*/
|
*/
|
||||||
if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
|
if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
|
||||||
|
|
Loading…
Reference in New Issue