Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_file Modified Files: ecore_file_path.c Log Message: Don't crop the app =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/ecore_file_path.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ecore_file_path.c 28 Sep 2005 02:17:30 -0000 1.7 +++ ecore_file_path.c 28 Sep 2005 02:19:13 -0000 1.8 @@ -86,7 +86,7 @@ p = strchr(file, '\n'); if (p) { - while (isspace(*p)) --p; + while (isspace(*(p - 1))) --p; *p = '\0'; if (ecore_file_exists(file) && ecore_file_can_exec(file)) return 1; ------------------------------------------------------- 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