]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcatomic.c
Add Zhuang (za) orthography (bug #20399)
[fontconfig.git] / src / fcatomic.c
index 180168cfbcce301576a324ff1521711827907d2e..fca23994451b0eff08ca4680a163e8116457ed41 100644 (file)
@@ -142,7 +142,7 @@ FcAtomicLock (FcAtomic *atomic)
         * machines sharing the same filesystem will have clocks
         * reasonably close to each other.
         */
-       if (stat ((char *) atomic->lck, &lck_stat) >= 0)
+       if (FcStat ((char *) atomic->lck, &lck_stat) >= 0)
        {
            time_t  now = time (0);
            if ((long int) (now - lck_stat.st_mtime) > 10 * 60)