| 123456789101112 |
- diff -Naurp a/src/fccache.c b/src/fccache.c
- --- a/src/fccache.c 2016-08-05 07:35:05.000000000 +0200
- +++ b/src/fccache.c 2017-11-26 00:51:18.800927077 +0100
- @@ -585,7 +585,7 @@ FcCacheTimeValid (FcConfig *config, FcCa
- FcCacheDir (cache), cache->checksum, (int) dir_stat->st_mtime);
- #endif
-
- - return cache->checksum == (int) dir_stat->st_mtime && fnano;
- + return FcTrue;
- }
-
- static FcBool
|