[Fontconfig] fontconfig: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Feb 25 14:11:29 PST 2010


 src/fcint.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3cd1e673a9b518784183029d5cc1d2adae0cb29a
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Feb 25 17:11:14 2010 -0500

    Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails

diff --git a/src/fcint.h b/src/fcint.h
index 233b4c3..8e80d1e 100644
--- a/src/fcint.h
+++ b/src/fcint.h
@@ -253,7 +253,7 @@ struct _FcExprPage {
   FcExprPage *next_page;
   FcExpr *next;
   FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)];
-  FcExpr end[0];
+  FcExpr end[];
 };
 
 typedef enum _FcQual {


More information about the Fontconfig mailing list