]> git.wh0rd.org - fontconfig.git/blobdiff - src/fclang.c
Place language name in constant array instead of pointer.
[fontconfig.git] / src / fclang.c
index de0862215d435b071df5d12c574e21dacd1247f5..13f0ca21fb932c232c58a4eecc5ec17b6e769072 100644 (file)
@@ -25,7 +25,7 @@
 #include "fcint.h"
 
 typedef struct {
-    const FcChar8      *lang;
+    const FcChar8      lang[8];
     const FcCharSet    charset;
 } FcLangCharSet;