eina: let pass the right size.

This commit is contained in:
Cedric Bail 2013-11-09 20:43:20 +09:00
parent 44f539e1a3
commit e6c4bcc57d
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ static int
_eina_cow_hash64(const void *key, int key_length)
{
return _eina_cow_hash_gen(key, key_length,
(Eina_Cow_Hash) eina_hash_int64, sizeof (unsigned long int));
(Eina_Cow_Hash) eina_hash_int64, sizeof (unsigned long long int));
}
#else
static int