This commit is contained in:
Mark Riddoch 2015-02-06 20:47:03 +00:00
commit 9d3b961c15

View File

@ -325,7 +325,7 @@ static int hashkeyfun(
while((c = *ptr++)){
hash = c + (hash << 6) + (hash << 16) - hash;
}
return *(int *)key;
return hash;
}
static int hashcmpfun(