]> git.wh0rd.org - fontconfig.git/commit
Use multi-byte codepage aware string function on Windows
authorTor Lillqvist <tml@iki.fi>
Thu, 13 Aug 2009 21:16:18 +0000 (00:16 +0300)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 13 Aug 2009 22:19:56 +0000 (18:19 -0400)
commit8b1ceef0b7f41703775c163d6ac595a5407e9159
tree4f65e22ef3ed36f311ffb7ecdc7f2559af929c6b
parentd15678127aeea96c9c8254a171c2f0af0bd7d140
Use multi-byte codepage aware string function on Windows

The East Asian double-byte codepages have characters with backslash as
the second byte, so we must use _mbsrchr() instead of strrchr() when
looking at pathnames in the system codepage.
src/fcxml.c