=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.115 retrieving revision 1.116 diff -u -p -r1.115 -r1.116 --- mandoc/roff.c 2011/01/01 15:45:18 1.115 +++ mandoc/roff.c 2011/01/01 16:10:40 1.116 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.115 2011/01/01 15:45:18 kristaps Exp $ */ +/* $Id: roff.c,v 1.116 2011/01/01 16:10:40 kristaps Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -1138,7 +1138,7 @@ roff_T_(ROFF_ARGS) if (NULL == r->tbl) (*r->msg)(MANDOCERR_NOSCOPE, r->data, ln, ppos, NULL); else - tbl_restart(r->tbl); + tbl_restart(ppos, ln, r->tbl); return(ROFF_IGN); }