[Fontconfig] fontconfig: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu May 9 07:48:21 UTC 2019
fc-validate/fc-validate.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c336b8471877371f0190ba06f7547c54e2b890ba
Author: Akira TAGOH <akira at tagoh.org>
Date: Thu May 9 07:10:11 2019 +0000
fc-validate: returns an error code when missing some glyphs
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/154
diff --git a/fc-validate/fc-validate.c b/fc-validate/fc-validate.c
index 2ceee20..327ae63 100644
--- a/fc-validate/fc-validate.c
+++ b/fc-validate/fc-validate.c
@@ -197,6 +197,7 @@ main (int argc, char **argv)
{
FcChar32 ucs4, pos, map[FC_CHARSET_MAP_SIZE];
+ err = 1;
printf (_("%s:%d Missing %d glyph(s) to satisfy the coverage for %s language\n"),
argv[i], index, count, lang);
More information about the Fontconfig
mailing list