summaryrefslogtreecommitdiff
path: root/src/roff/troff/node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/node.cpp')
-rw-r--r--src/roff/troff/node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index edc9f45b4..cdf1d8688 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -6175,7 +6175,7 @@ void remove_font_special_character()
symbol f = font_table[n]->get_name();
while (!tok.newline() && !tok.eof()) {
if (!tok.space() && !tok.tab()) {
- charinfo *s = tok.get_char(1);
+ charinfo *s = tok.get_char(true /* required */);
string gl(f.contents());
gl += ' ';
gl += s->nm.contents();