From 7a596b2f0fa649f1f47c60e75a1ebe3b9f5cddce Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 2 Apr 2009 23:00:27 +0200 Subject: [PATCH] LZF configured to initalize the HT in order to be determinsitic and play well with valgrind --- lzfP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lzfP.h b/lzfP.h index d533f182..3781cac1 100644 --- a/lzfP.h +++ b/lzfP.h @@ -88,7 +88,7 @@ * deterministic/repeatable when the configuration otherwise is the same). */ #ifndef INIT_HTAB -# define INIT_HTAB 0 +# define INIT_HTAB 1 #endif /* -- 2.45.2