K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-04-29T03:24:57.000000Z K 7 svn:log V 241 Fix a bug that caused some false mismatches when both FNM_PATHNAME and FNM_LEADING_DIR were specified and the pattern ended with "*". Example: pattern="src/usr.sbin/w*", string="src/usr.sbin/watch/watch.8,v". This should match, but did not. END