From 05decf272dd96433cac6a8d0c95a23d62dad0227 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 19 Nov 2024 23:00:19 +0000 Subject: [PATCH] Remove glyph footprint comment from XML output It was only there for debugging and isn't generally helpful. --- bedstead.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bedstead.c b/bedstead.c index faa7307..cb77fa4 100644 --- a/bedstead.c +++ b/bedstead.c @@ -3537,10 +3537,8 @@ dogpos(void) (fp & (0xff << (XSIZE-dx-2))) != 0 && (fp & ((1 << (dh - dx)) - 1)) == 0 && (fp & ((1 << (dh - dx + 1)) - 1)) != 0 || - fp == 0 && dx == 0 && dh == 3) { - printf("\n", fp); + fp == 0 && dx == 0 && dh == 3) TTXS("Glyph", glyphs[i].name); - } } printf(" \n"); TTXI("ValueFormat", 5); -- 2.30.2