Blame SOURCES/tk-8.5.13-no-fonts-fix.patch

0c0b30
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c
0c0b30
index fd0b556..ae681c9 100644
0c0b30
--- a/unix/tkUnixRFont.c
0c0b30
+++ b/unix/tkUnixRFont.c
0c0b30
@@ -226,7 +226,7 @@ InitFont(
0c0b30
      */
0c0b30
 
0c0b30
     set = FcFontSort(0, pattern, FcTrue, NULL, &result);
0c0b30
-    if (!set) {
0c0b30
+    if (!set || set->nfont == 0) {
0c0b30
 	ckfree((char *)fontPtr);
0c0b30
 	return NULL;
0c0b30
     }