ref: 1c793f2803e0eecb47a1f6e6847e3749d8fd7173
parent: b356fcb216746620daa7007b00830f506850bd38
author: Jacob Moody <moody@posixcafe.org>
date: Sun Jun 8 20:29:40 EDT 2025
troff: fix parsing of font files in nroff (thanks Dave Woodman)
--- a/sys/src/cmd/troff/n10.c
+++ b/sys/src/cmd/troff/n10.c
@@ -90,7 +90,6 @@
chtemp[i].num = chtemp[i].code = i;
chtemp[i].wid = 1; /* default ascii widths */
}
- skipline(fp);
nw = ALPHABET;
while (fgets(buf, sizeof buf, fp) != NULL) {
int ntok;
--
⑨