Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
Patch from Brett Nash to init zone = NULL before use.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/exebuf/e_mod_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.c        5 Aug 2007 08:07:39 -0000       1.2
+++ e_mod_main.c        13 Sep 2007 21:17:36 -0000      1.3
@@ -93,7 +93,7 @@
 static void
 _e_mod_action_exebuf_cb(E_Object *obj, const char *params)
 {
-   E_Zone *zone;
+   E_Zone *zone = NULL;
    
    if (obj)
      {



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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