diff options
Diffstat (limited to 'roff.c')
-rw-r--r-- | roff.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1022,6 +1022,7 @@ roff_node_append(struct roff_man *man, struct roff_node *n) /* NOTREACHED */ } n->parent->nchild++; + n->parent->last = n; /* * Copy over the normalised-data pointer of our parent. Not |