From: pcanterino <> Date: Fri, 25 Apr 2008 14:25:19 +0000 (+0000) Subject: If "*" was supplied as a DOS wildcard, don't convert it to an ordinary regex, X-Git-Tag: version_3_1~23 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/6cb088cea794fc67941b4e174fe9ed80c8a45875?hp=6cb088cea794fc67941b4e174fe9ed80c8a45875 If "*" was supplied as a DOS wildcard, don't convert it to an ordinary regex, just check if it is "*" and return 1 if so. ---