fix bug in wildMatch

This commit is contained in:
Roger Cole
1992-02-09 18:08:24 +00:00
parent 523e8d514d
commit 1d1caf0095

View File

@@ -402,6 +402,8 @@ int ignoreCase; /* I 0,1 to honor,ignore upper/lower case differences */
if (*text == '\0' || *(p-1) == '*')
return 1;
text = ++starText;
if (starP == NULL)
return 0;
p = starP;
}
}