X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcdir.c;h=6c49591609a12eb7545d6b794f9cfbb42050e69d;hb=f21f40f347afa81d1fcd4ae604bd3f164a3b2e90;hp=8843da02ff17e04b8fd9e451bd51aeaa9307e259;hpb=0f9a306e710b3c03cd82b8234ae840558d4b886f;p=fontconfig.git diff --git a/src/fcdir.c b/src/fcdir.c index 8843da0..6c49591 100644 --- a/src/fcdir.c +++ b/src/fcdir.c @@ -1,5 +1,5 @@ /* - * $XFree86: xc/lib/fontconfig/src/fcdir.c,v 1.5 2002/05/21 17:06:22 keithp Exp $ + * $XFree86: xc/lib/fontconfig/src/fcdir.c,v 1.7 2002/07/28 10:50:59 keithp Exp $ * * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc. * @@ -169,13 +169,13 @@ FcDirScan (FcFontSet *set, if (!force) { /* - * Check fonts.cache file + * Check fonts.cache- file */ if (FcDirCacheReadDir (set, dirs, dir)) return FcTrue; /* - * Check ~/.fonts.cache file + * Check ~/.fonts.cache- file */ if (cache && FcGlobalCacheScanDir (set, dirs, cache, dir)) return FcTrue;