Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        ecore_path.c 


Log Message:
return -1  if group is not valid

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_path.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ecore_path.c        5 Sep 2007 09:46:56 -0000       1.17
+++ ecore_path.c        28 Sep 2007 15:25:50 -0000      1.18
@@ -42,7 +42,7 @@
        Ecore_Path_Group *last;
 
        group = __ecore_path_group_find(group_name);
-       if (group)
+       if (!group)
          return -1;
 
        last = ecore_list_last_goto(group_list);



-------------------------------------------------------------------------
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