summaryrefslogtreecommitdiff
path: root/src/lib/eina_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eina_hash.c')
-rw-r--r--src/lib/eina_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina_hash.c b/src/lib/eina_hash.c
index 37b7751..821d225 100644
--- a/src/lib/eina_hash.c
+++ b/src/lib/eina_hash.c
@@ -1328,7 +1328,7 @@ eina_hash_iterator_tuple_new(const Eina_Hash *hash)
EAPI int
eina_hash_superfast(const char *key, int len)
{
- int hash = len ^ eina_seed, tmp;
+ int hash = len, tmp;
int rem;
rem = len & 3;