Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_keybindings


Modified Files:
        e_int_config_keybindings.c 


Log Message:
Initialize some variables to remove compiler warnings.

===================================================================
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_keybindings/e_int_config_keybindings.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_keybindings.c  29 Jul 2007 02:12:50 -0000      1.1
+++ e_int_config_keybindings.c  23 Aug 2007 10:12:03 -0000      1.2
@@ -1006,10 +1006,10 @@
          ;
        else
          {
-            E_Config_Binding_Key *bi, *bi2;
-            Evas_List *l;
+            E_Config_Binding_Key *bi = NULL, *bi2 = NULL;
+            Evas_List *l = NULL;
             int mod = E_BINDING_MODIFIER_NONE; 
-            int found, n;
+            int found = 0, n;
             
             if (ev->modifiers & ECORE_X_MODIFIER_SHIFT) 
               mod |= E_BINDING_MODIFIER_SHIFT;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to