From: Keith Packard Date: Sat, 3 Nov 2007 21:16:29 +0000 (-0700) Subject: Make file_stat argument to FcDirCacheLoadFile optional. X-Git-Tag: 2.4.92~32 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e37d10fa74217a6102003882d49ac323f28db678;hp=e37d10fa74217a6102003882d49ac323f28db678;p=fontconfig.git Make file_stat argument to FcDirCacheLoadFile optional. Allow file_stat to be NULL by using a local stat structure in that case. ---