From c72a1f9f4f367ca86b78a29280d61ccf76b9a3f5 Mon Sep 17 00:00:00 2001 From: ayin Date: Sun, 25 Nov 2007 16:06:18 +0000 Subject: *** empty log message *** --- lzf_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lzf_c.c') diff --git a/lzf_c.c b/lzf_c.c index c9c05a4..25aabed 100644 --- a/lzf_c.c +++ b/lzf_c.c @@ -138,7 +138,7 @@ lzf_compress (const void *const in_data, unsigned int in_len, ref = *hslot; *hslot = ip; if (1 -#if INIT_HTAB && !USE_MEMCPY +#if INIT_HTAB && ref < ip /* the next test will actually take care of this, but this is faster */ #endif && (off = ip - ref - 1) < MAX_OFF -- cgit v1.2.3