From: antirez Date: Thu, 2 Apr 2009 21:00:27 +0000 (+0200) Subject: LZF configured to initalize the HT in order to be determinsitic and play well with... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/7a596b2f0fa649f1f47c60e75a1ebe3b9f5cddce?ds=inline LZF configured to initalize the HT in order to be determinsitic and play well with valgrind --- 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 /*