From 674f76e3df365a6768c485590acc95233d49f139 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 21 Sep 2014 10:18:04 -0700 Subject: Implement .f register. --- man2html/man2html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man2html/man2html.c') diff --git a/man2html/man2html.c b/man2html/man2html.c index e2a9295..32513dc 100644 --- a/man2html/man2html.c +++ b/man2html/man2html.c @@ -327,7 +327,7 @@ add_links(char *c) printf("%s", c); } -int current_font=0; +#define current_font (curfdef->val) int current_size=0; int fillout = 1; -- cgit v1.2.3