X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcint.h;h=1b92d75270bc63dcf83f75bb278d3cc50abe49d8;hb=c50ea916b0e56520948804b67fc7df57bb490575;hp=651ca6627a0e9632ae03e61312aceb03a89ae5fa;hpb=76abb77f26c43d069919f80e960c71c2242fb5c2;p=fontconfig.git diff --git a/src/fcint.h b/src/fcint.h index 651ca66..1b92d75 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -308,7 +308,7 @@ typedef struct _FcStrBuf { typedef struct _FcCache { int magic; /* FC_CACHE_MAGIC */ - off_t size; /* size of file */ + intptr_t size; /* size of file */ intptr_t dir; /* offset to dir name */ intptr_t dirs; /* offset to subdirs */ int dirs_count; /* number of subdir strings */