Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        econfig.c 


Log Message:
Fix setting hex type config items.

===================================================================
RCS file: /cvs/e/e16/e/src/econfig.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- econfig.c   18 May 2007 20:43:56 -0000      1.15
+++ econfig.c   16 Jun 2007 11:04:58 -0000      1.16
@@ -399,6 +399,7 @@
        *((char *)ci->ptr) = ival;
        break;
      case ITEM_TYPE_INT:
+     case ITEM_TYPE_HEX:
        n = sscanf(str, "%i", &ival);
        if (n <= 0)
           break;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to