From: Ben Harris Date: Tue, 19 Nov 2024 23:00:19 +0000 (+0000) Subject: Remove glyph footprint comment from XML output X-Git-Tag: bedstead-3.246~13 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=05decf272dd96433cac6a8d0c95a23d62dad0227;p=bedstead-debian.git Remove glyph footprint comment from XML output It was only there for debugging and isn't generally helpful. --- 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);