projects
/
platform
/
upstream
/
fontconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aee8c6
)
Don't unlink the fonts.cache-2 file even if there's no data to write; just
author
Patrick Lam
<plam@MIT.EDU>
Tue, 27 Sep 2005 15:52:58 +0000
(15:52 +0000)
committer
Patrick Lam
<plam@MIT.EDU>
Tue, 27 Sep 2005 15:52:58 +0000
(15:52 +0000)
write an empty cache file. (thanks Lubos Lunak)
src/fccache.c
patch
|
blob
|
history
diff --git
a/src/fccache.c
b/src/fccache.c
index
e344cf4
..
16ac30b
100644
(file)
--- a/
src/fccache.c
+++ b/
src/fccache.c
@@
-744,13
+744,6
@@
FcDirCacheWrite (FcFontSet *set, FcStrSet *dirs, const FcChar8 *dir)
current_dir_block = FcDirCacheProduce (set, &metadata);
- if (!metadata.count && !dirs->size)
- {
- unlink ((char *)cache_file);
- free (cache_file);
- return FcTrue;
- }
-
if (metadata.count && !current_dir_block)
goto bail;