From 9fccd9eefe09bd5469679ed9a08175a5cb895b13 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Nov 2007 10:36:48 +0000 Subject: doh --- lzf_c.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lzf_c.c b/lzf_c.c index 03e14f7..2120cbf 100644 --- a/lzf_c.c +++ b/lzf_c.c @@ -159,8 +159,6 @@ lzf_compress (const void *const in_data, unsigned int in_len, unsigned int maxlen = in_end - ip - len; maxlen = maxlen > MAX_REF ? MAX_REF : maxlen; - if (maxlen > 8) maxlen = 8;//D - op [- lit - 1] = lit - 1; /* stop run */ op -= !lit; /* undo run if length is zero */ -- cgit v1.2.3