Merge branch 'develop' into MAX-324

This commit is contained in:
Markus Makela
2015-02-06 23:27:59 +02:00
25 changed files with 59552 additions and 959 deletions

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(