remove incorrect comment

pull/698/head
zhuna.1024 2 years ago
parent 5752b171fd
commit 778c8d2d12
  1. 2
      deflate.c

@ -1898,7 +1898,7 @@ local block_state deflate_fast(s, flush)
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
*/
if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {

Loading…
Cancel
Save