Don't crop the app

SVN revision: 17014
This commit is contained in:
sebastid 2005-09-28 02:19:13 +00:00 committed by sebastid
parent a1da538057
commit 27f44473b7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ ecore_file_app_installed(const char *app)
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;