From a2d0459060aec77e157699397c99fcd1c72d2cf1 Mon Sep 17 00:00:00 2001 From: Michael Stroucken Date: Tue, 16 Dec 2025 23:10:12 -0500 Subject: [PATCH] troff2html: Make distinction between Epp and Estring | Italic --- src/cmd/troff2html/troff2html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/troff2html/troff2html.c b/src/cmd/troff2html/troff2html.c index d3e30db5..b7c9d30c 100644 --- a/src/cmd/troff2html/troff2html.c +++ b/src/cmd/troff2html/troff2html.c @@ -30,7 +30,7 @@ enum enum /* magic emissions */ { Estring = 0, - Epp = 1<<16 + Epp = 1<<31 }; int attrorder[] = { Indent1, Indent2, Indent3, Heading, Anchor, Italic, Bold, CW };