X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcint.h;h=be520e78624cf522e34731a321d69a52fad65f9b;hb=7d35c11b3304659d8be43913c9b125f2b5b38516;hp=b667e5476b4c9dc62c53eef570758c49ab974d9a;hpb=916640ce40b995d1d97244975139ec0c030483e4;p=fontconfig.git diff --git a/src/fcint.h b/src/fcint.h index b667e54..be520e7 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -313,6 +313,7 @@ typedef struct _FcStrBuf { FcBool failed; int len; int size; + FcChar8 buf_static[16 * sizeof (void *)]; } FcStrBuf; struct _FcCache {