]> git.wh0rd.org - fontconfig.git/commit
Fix comparison of family names to ignore leading space properly
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 31 Dec 2008 23:06:07 +0000 (18:06 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:54:04 +0000 (16:54 -0800)
commita291cfc710c5989ba3e787ae20911d3176bea307
treef41de61d2536aedf9b35157c75dc93d89f91f510
parent0c93b91db0cdf7c5e901477c266b45c8baeadd00
Fix comparison of family names to ignore leading space properly

Previously fc-match "xxx,nazli" matched Nazli, but "xxx, nazli" didn't.
This was because of a bug in FcCompareFamily's short-circuit check
that forgot to ignore spaces.
src/fcmatch.c