From a18e880bf1954eb5e51852ace5d5bf0a170cfeaf Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 28 Mar 2014 12:16:39 +0100 Subject: [PATCH] Use REDIS_HLL_REGISTER_MAX when possible. --- src/hyperloglog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyperloglog.c b/src/hyperloglog.c index 2b722c39..9bf99bf7 100644 --- a/src/hyperloglog.c +++ b/src/hyperloglog.c @@ -155,7 +155,7 @@ int _rightshift = 8 - _leftshift; \ target = ((_p[_byte] << _leftshift) | \ (_p[_byte+1] >> _rightshift)) & \ - ((1<