You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
326 B
13 lines
326 B
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c |
|
index cce59a8..78df47a 100644 |
|
--- a/unix/tkUnixRFont.c |
|
+++ b/unix/tkUnixRFont.c |
|
@@ -271,7 +271,7 @@ InitFont( |
|
*/ |
|
|
|
set = FcFontSort(0, pattern, FcTrue, NULL, &result); |
|
- if (!set) { |
|
+ if (!set || set->nfont == 0) { |
|
ckfree(fontPtr); |
|
return NULL; |
|
}
|
|
|