summaryrefslogtreecommitdiffstats
path: root/man_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man_macro.c b/man_macro.c
index 22528219..ef2b95a0 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -256,7 +256,7 @@ blk_close(MACRO_PROT_ARGS)
if (ctok == MAN_LP || ctok == MAN_PP || ctok == MAN_P) {
*pos = strlen(buf);
- blk_imp(man, ctok, line, ppos, pos, buf);
+ blk_imp(man, ctok, cline, cpos, pos, buf);
}
}