p is related to exe1, not app

SVN revision: 17079
This commit is contained in:
sebastid 2005-09-30 00:58:03 +00:00 committed by sebastid
parent 06972f99e5
commit 7aaf5e9e12
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ ecore_file_app_exe_get(const char *app)
* *
* $, `, \, etc. * $, `, \, etc.
*/ */
if ((p > app) && (p[-1] == '\\')) if ((p > exe1) && (p[-1] == '\\'))
{ {
if (*p != '\n') if (*p != '\n')
{ {