fontconfig: Branch 'master'

[email protected] (GitLab Mirror) Thu, 9 May 2019 07:48:21 +0000 (UTC)
Newsgroups gmane.comp.fonts.fontconfig
Message-ID <[email protected]>
 fc-validate/fc-validate.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c336b8471877371f0190ba06f7547c54e2b890ba
Author: Akira TAGOH <[email protected]>
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);
 
_______________________________________________
Fontconfig mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/fontconfig