fontconfig: Branch 'master'

[email protected] (Akira TAGOH)
Newsgroups gmane.comp.fonts.fontconfig
Message-ID <[email protected]>
 src/fcfreetype.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c96285d216e4fec2d83386dfd49030dfc947a4b
Author: Akira TAGOH <[email protected]>
Date:   Fri Mar 2 13:30:00 2018 +0900

    Initialize an array explicitly
    
    Patch from Kurt Kartaltepe

diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index 49fb39f..36f5aed 100644
--- a/src/fcfreetype.c
+++ b/src/fcfreetype.c
@@ -2261,7 +2261,7 @@ static int
 FcFreeTypeSpacing (FT_Face face)
 {
     FT_Int	    load_flags = FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH | FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING;
-    FT_Pos	    advances[3] = {};
+    FT_Pos	    advances[3] = {0};
     unsigned int    num_advances = 0;
     int		    o;
 
_______________________________________________
Fontconfig mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/fontconfig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.