From: Felix Morgner Date: Mon, 1 Dec 2014 09:29:32 +0000 (+0100) Subject: fixed banning (hopefully) X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=38763ab7cb701f7721b4b558952e85d09a935796;hp=38763ab7cb701f7721b4b558952e85d09a935796;p=umurmur.git fixed banning (hopefully) The original code used ^ which in C is the XOR operator. I believe the author meant to raise 2 to the power of ban->mask, the new code should calculate the mask correctly. ---