diff options
author | marha <marha@users.sourceforge.net> | 2013-01-08 09:23:42 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-08 09:23:42 +0100 |
commit | 8a26872f0c9102cb357345eca24a4bf7401bbe70 (patch) | |
tree | b12a3cd7065de4d4a717ddde3d56345d012a55b7 /fontconfig/src/fcstat.c | |
parent | 034d6305a11c9d5dff9318aa897073402d08d705 (diff) | |
download | vcxsrv-8a26872f0c9102cb357345eca24a4bf7401bbe70.tar.gz vcxsrv-8a26872f0c9102cb357345eca24a4bf7401bbe70.tar.bz2 vcxsrv-8a26872f0c9102cb357345eca24a4bf7401bbe70.zip |
fontconfig mesa git update 8 jan 2013
fontconfig: 4e6c7d0827c5b3b20205521bf9bd2e94e704b36d
mesa: a60c567fcf29f5d2a41222a8826fee2cb0eb4458
Diffstat (limited to 'fontconfig/src/fcstat.c')
-rw-r--r-- | fontconfig/src/fcstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/src/fcstat.c b/fontconfig/src/fcstat.c index 9763c21a4..390f45c37 100644 --- a/fontconfig/src/fcstat.c +++ b/fontconfig/src/fcstat.c @@ -336,7 +336,7 @@ FcIsFsMmapSafe (int fd) FcBool FcIsFsMtimeBroken (const FcChar8 *dir) { - int fd = open ((const char *) dir, O_RDONLY); + int fd = FcOpen ((const char *) dir, O_RDONLY); if (fd != -1) { |