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:
9fb0e07
)
Pass the buck; make fontconfig not crash on pango badness.
author
Patrick Lam
<plam@MIT.EDU>
Tue, 21 Feb 2006 15:56:41 +0000
(15:56 +0000)
committer
Patrick Lam
<plam@MIT.EDU>
Tue, 21 Feb 2006 15:56:41 +0000
(15:56 +0000)
ChangeLog
patch
|
blob
|
history
src/fcfreetype.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
1f71f06
..
78aa4ae
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2006-02-21 Diego Petten <flameeyes@gentoo.org>
+ * src/fcfreetype.c (FcFreeTypeCharIndex):
+
+ Pass the buck; make fontconfig not crash on pango badness.
+
2006-02-21 Patrick Lam <plam@mit.edu>
* conf.d/10-fonts-persian.conf:
diff --git
a/src/fcfreetype.c
b/src/fcfreetype.c
index
de20fd7
..
e3c5ef2
100644
(file)
--- a/
src/fcfreetype.c
+++ b/
src/fcfreetype.c
@@
-2312,6
+2312,10
@@
FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4)
int p;
initial = 0;
+
+ if (!face)
+ return 0;
+
/*
* Find the current encoding
*/