From 8ef07333bafab61a16ed5d5470ea2893b61cfb9e Mon Sep 17 00:00:00 2001 From: tater Date: Sat, 23 Jun 2018 02:34:02 -0500 Subject: [PATCH] rip chrono 2006-2018 --- tdfiglet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdfiglet.c b/tdfiglet.c index 542bc64..786e23d 100644 --- a/tdfiglet.c +++ b/tdfiglet.c @@ -278,7 +278,7 @@ readchar(int i, glyph_t *glyph, font_t *font) } for (int i = 0; i < width * font->height; i++) { - glyph->cell[i].utfchar[0] = 'X'; + glyph->cell[i].utfchar[0] = ' '; glyph->cell[i].color = 0; }