=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.304 retrieving revision 1.305 diff -u -p -r1.304 -r1.305 --- mandoc/mdoc_term.c 2015/01/30 22:04:44 1.304 +++ mandoc/mdoc_term.c 2015/01/31 00:12:41 1.305 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.304 2015/01/30 22:04:44 schwarze Exp $ */ +/* $Id: mdoc_term.c,v 1.305 2015/01/31 00:12:41 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2015 Ingo Schwarze @@ -307,7 +307,7 @@ print_mdoc_node(DECL_ARGS) chld = 1; offset = p->offset; rmargin = p->rmargin; - n->prev_font = term_fontq(p); + n->prev_font = p->fonti; memset(&npair, 0, sizeof(struct termpair)); npair.ppair = pair;