Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_data.c 


Log Message:
Fix a typo preventing the parsing of unsigned int.


===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_data.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -3 -r1.76 -r1.77
--- eet_data.c  14 May 2008 20:54:15 -0000      1.76
+++ eet_data.c  15 May 2008 14:03:09 -0000      1.77
@@ -1862,7 +1862,7 @@
                                                n->type = EET_T_USHORT;
                                                sscanf(tok4, "%hu", 
&(n->data.us));
                                             }
-                                          else if (!strcmp(tok3, "unit:"))
+                                          else if (!strcmp(tok3, "uint:"))
                                             {
                                                n->type = EET_T_UINT;
                                                sscanf(tok4, "%u", 
&(n->data.ui));



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to