* eet: another forgotten improvement.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 26 Nov 2010 14:45:15 +0000 (14:45 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 26 Nov 2010 14:45:15 +0000 (14:45 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@55017 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Eet_private.h

index fb208de..e6e178b 100644 (file)
@@ -32,12 +32,12 @@ struct _Eet_String
       char            *str;
    } u;
 
-   int              hash;
    int              len;
 
    int              next;
    int              prev;
 
+   unsigned char    hash;
    unsigned char    allocated : 1;
 };
 struct _Eet_Dictionary