[Fontconfig] fontconfig: Branch 'master'

Akira TAGOH tagoh at kemper.freedesktop.org
Thu Dec 6 03:02:30 PST 2012


 src/fcdir.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 959442bca138e6480418f2607a04d9343db7f438
Author: Akira TAGOH <akira at tagoh.org>
Date:   Thu Dec 6 19:49:05 2012 +0900

    Fix a typo

diff --git a/src/fcdir.c b/src/fcdir.c
index f86db19..6869ea1 100644
--- a/src/fcdir.c
+++ b/src/fcdir.c
@@ -41,7 +41,7 @@ FcFileIsLink (const FcChar8 *file)
 #if HAVE_LSTAT
     struct stat statb;
 
-    if (lstat (file, &statb) != 0)
+    if (lstat ((const char *)file, &statb) != 0)
 	return FcFalse;
     return S_ISLNK (statb.st_mode);
 #else


More information about the Fontconfig mailing list