From cbe288044df0e149e6da3744f89eb49ce32e6c2a Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Mon, 13 Feb 2012 01:31:36 +0100 Subject: [PATCH] Pin-point dirty window bug. --- deflate.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/deflate.c b/deflate.c index 1b3ac52..606a2e5 100644 --- a/deflate.c +++ b/deflate.c @@ -757,6 +757,7 @@ off_t deflate() */ match_length = longest_match (hash_head); /* longest_match() sets match_start */ + printf("match: %u @ %u\n", match_length, match_start); if (match_length > lookahead) match_length = lookahead; /* Ignore a length 3 match if it is too distant: */ -- 1.7.9