[Fontconfig] fontconfig: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Mar 15 10:01:35 UTC 2019
doc/fcstring.fncs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3eca37c1e515c2967d8a637efa2a7a322842376f
Author: Akira TAGOH <akira at tagoh.org>
Date: Fri Mar 15 18:51:47 2019 +0900
Fix misleading summary in docs for FcStrStrIgnoreCase
Reported by Jonathan Kew
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/146
diff --git a/doc/fcstring.fncs b/doc/fcstring.fncs
index d5ec043..c2ef457 100644
--- a/doc/fcstring.fncs
+++ b/doc/fcstring.fncs
@@ -195,7 +195,7 @@ with UTF8 encoded strings.
@FUNC@ FcStrStrIgnoreCase
@TYPE1@ const FcChar8 * @ARG1@ s1
@TYPE2@ const FcChar8 * @ARG2@ s2
- at PURPOSE@ locate UTF-8 substring ignoring ASCII case
+ at PURPOSE@ locate UTF-8 substring ignoring case
@DESC@
Returns the location of <parameter>s2</parameter> in
<parameter>s1</parameter>, ignoring case. Returns NULL if
More information about the Fontconfig
mailing list