chiark
/
gitweb
/
~bjharris
/
bedstead-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a5b35
)
Remove glyph footprint comment from XML output
author
Ben Harris
<bjh21@bjh21.me.uk>
Tue, 19 Nov 2024 23:00:19 +0000
(23:00 +0000)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Tue, 19 Nov 2024 23:40:00 +0000
(23:40 +0000)
It was only there for debugging and isn't generally helpful.
bedstead.c
patch
|
blob
|
history
diff --git
a/bedstead.c
b/bedstead.c
index faa73076319452c245c7f430b6d526c7e50a0e30..cb77fa49877392266f24153e2f6d4adddc742d7c 100644
(file)
--- 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("<!-- fp = 0%o -->\n", fp);
+ fp == 0 && dx == 0 && dh == 3)
TTXS("Glyph", glyphs[i].name);
- }
}
printf(" </Coverage>\n");
TTXI("ValueFormat", 5);