aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/roff.c b/roff.c
index aabf0880..1e62be4e 100644
--- a/roff.c
+++ b/roff.c
@@ -1,4 +1,4 @@
-/* $Id: roff.c,v 1.110 2010/12/28 10:59:07 kristaps Exp $ */
+/* $Id: roff.c,v 1.111 2010/12/29 01:16:57 kristaps Exp $ */
/*
* Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -1130,7 +1130,7 @@ roff_TS(ROFF_ARGS)
(*r->msg)(MANDOCERR_SCOPEBROKEN, r->data, ln, ppos, NULL);
tbl_reset(r->tbl);
} else
- r->tbl = tbl_alloc();
+ r->tbl = tbl_alloc(r->data, r->msg);
return(ROFF_IGN);
}