Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_data.c 


Log Message:


unsigned long... better

===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_data.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- eet_data.c  18 Jul 2008 11:39:38 -0000      1.90
+++ eet_data.c  26 Jul 2008 12:54:39 -0000      1.91
@@ -1203,7 +1203,7 @@
 static int
 _eet_free_hash(void *data)
 {
-   long int ptr = (long int)(data);
+   unsigned long ptr = (unsigned long)(data);
    int hash;
 
    hash = ptr;



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to