Date: Mon, 28 Apr 1997 20:24:59 -0700 (PDT) From: John Polstra <jdp@freefall.FreeBSD.ORG> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-lib@FreeBSD.org Subject: cvs commit: src/lib/libc/gen fnmatch.c Message-ID: <199704290324.UAA03817@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 97/04/28 20:24:58 Modified: lib/libc/gen fnmatch.c Log: 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. Revision Changes Path 1.11 +2 -1 src/lib/libc/gen/fnmatch.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704290324.UAA03817>