=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.269 retrieving revision 1.270 diff -u -p -r1.269 -r1.270 --- mandoc/roff.c 2015/04/23 16:17:44 1.269 +++ mandoc/roff.c 2015/05/01 16:02:47 1.270 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.269 2015/04/23 16:17:44 schwarze Exp $ */ +/* $Id: roff.c,v 1.270 2015/05/01 16:02:47 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -1022,6 +1022,7 @@ roff_node_append(struct roff_man *man, struct roff_nod /* NOTREACHED */ } n->parent->nchild++; + n->parent->last = n; /* * Copy over the normalised-data pointer of our parent. Not