This commit is contained in:
iceman1001 2019-03-09 11:30:48 +01:00
commit 37423ed2ad
18 changed files with 1562 additions and 1562 deletions

View file

@ -1163,7 +1163,7 @@ local uInt longest_match(s, cur_match)
register Bytef *match; /* matched string */ register Bytef *match; /* matched string */
register int len; /* length of current match */ register int len; /* length of current match */
#ifdef ZLIB_PM3_TUNED #ifdef ZLIB_PM3_TUNED
int best_len = MIN_MATCH-1; // lift the restriction on prev-length int best_len = MIN_MATCH-1; /* lift the restriction on prev-length */
#else #else
int best_len = s->prev_length; /* best match length so far */ int best_len = s->prev_length; /* best match length so far */
#endif #endif