unsigned long... better

SVN revision: 35227
This commit is contained in:
Carsten Haitzler 2008-07-26 12:54:39 +00:00
parent e379ef6e87
commit 9c712115e4
1 changed files with 1 additions and 1 deletions

View File

@ -1203,7 +1203,7 @@ struct _Eet_Free
static int
_eet_free_hash(void *data)
{
long int ptr = (long int)(data);
unsigned long ptr = (unsigned long)(data);
int hash;
hash = ptr;