001-mtime-always-ok.patch 400 B

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