Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_file Modified Files: ecore_file.c Log Message: can exec logic fix =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/ecore_file.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- ecore_file.c 30 Sep 2005 00:58:03 -0000 1.21 +++ ecore_file.c 30 Sep 2005 08:41:21 -0000 1.22 @@ -212,11 +212,8 @@ { if (st.st_mode & S_IXGRP) ok = 1; } - else - { - if (st.st_mode & S_IXOTH) ok = 1; - } - return(ok); + if (st.st_mode & S_IXOTH) ok = 1; + return (ok); } char * ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs