SVN revision: 23331
This commit is contained in:
handyande 2006-06-09 12:53:27 +00:00 committed by handyande
parent d765e4452c
commit 204de3261d
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ e_util_app_installed(char *app)
EAPI int
e_util_glob_match(const char *str, const char *glob)
{
if (!str || !glob)
return 0;
if (glob[0] == 0)
{
if (str[0] == 0) return 1;