Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fontconfig
fontconfig
Commits
50544b13
Commit
50544b13
authored
Nov 04, 2005
by
Patrick Lam
Browse files
Add test for validity of directory caches that somehow got lost (reported
by make distcheck).
parent
e6d3e251
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
50544b13
2005-11-04 Patrick Lam <plam@mit.edu>
* src/fcdir.c (FcDirScanConfig):
Add test for validity of directory caches that
somehow got lost (reported by make distcheck).
2005-11-04 Patrick Lam <plam@mit.edu>
2005-11-04 Patrick Lam <plam@mit.edu>
* ChangeLog:
* ChangeLog:
* README:
* README:
...
...
src/fcdir.c
View file @
50544b13
...
@@ -139,7 +139,7 @@ FcDirScanConfig (FcFontSet *set,
...
@@ -139,7 +139,7 @@ FcDirScanConfig (FcFontSet *set,
if
(
cache
&&
FcGlobalCacheReadDir
(
set
,
dirs
,
cache
,
(
char
*
)
dir
,
config
))
if
(
cache
&&
FcGlobalCacheReadDir
(
set
,
dirs
,
cache
,
(
char
*
)
dir
,
config
))
return
FcTrue
;
return
FcTrue
;
if
(
FcDirCacheRead
(
set
,
dirs
,
dir
))
if
(
FcDirCacheValid
(
dir
)
&&
FcDirCacheRead
(
set
,
dirs
,
dir
))
return
FcTrue
;
return
FcTrue
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment