summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/roff.c b/roff.c
index e7eef13b..8b9c2dc1 100644
--- a/roff.c
+++ b/roff.c
@@ -164,7 +164,9 @@ roff_free(struct rofftree *tree, int flush)
goto end;
}
- if ( ! (*tree->cb.rofftail)(tree->arg))
+ if ( ! (*tree->cb.rofftail)(tree->arg, &tree->tm,
+ tree->os, tree->title,
+ tree->section, tree->volume))
goto end;
error = 0;