summaryrefslogtreecommitdiff
path: root/src/ui/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.c')
-rw-r--r--src/ui/text.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/text.c b/src/ui/text.c
index 7f784dec..a592a97a 100644
--- a/src/ui/text.c
+++ b/src/ui/text.c
@@ -529,9 +529,9 @@ iLocalDef iFont *characterFont_Font_(iFont *d, iChar ch, uint32_t *glyphIndex) {
529 /* Fall back to Symbola for anything else. */ 529 /* Fall back to Symbola for anything else. */
530 iFont *font = font_Text_(d->symbolsFont); 530 iFont *font = font_Text_(d->symbolsFont);
531 *glyphIndex = glyphIndex_Font_(font, ch); 531 *glyphIndex = glyphIndex_Font_(font, ch);
532 if (!*glyphIndex) { 532// if (!*glyphIndex) {
533 fprintf(stderr, "failed to find %08x (%lc)\n", ch, ch); fflush(stderr); 533// fprintf(stderr, "failed to find %08x (%lc)\n", ch, ch); fflush(stderr);
534 } 534// }
535 return font; 535 return font;
536} 536}
537 537