]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
[fcstr.c] Embed a static 64-byte buffer in FcStrBuf
[fontconfig.git] / src / fcint.h
index b667e5476b4c9dc62c53eef570758c49ab974d9a..be520e78624cf522e34731a321d69a52fad65f9b 100644 (file)
@@ -313,6 +313,7 @@ typedef struct _FcStrBuf {
     FcBool  failed;
     int            len;
     int            size;
+    FcChar8 buf_static[16 * sizeof (void *)];
 } FcStrBuf;
 
 struct _FcCache {