diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 17:48:13 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 17:48:13 +0000 |
commit | b323cfdd62e9fc21bd81db62a3eb2e4913007c6e (patch) | |
tree | efc1fe6ba5b898d6c9cbf8e9172592b903981c39 /mdoc_term.c | |
parent | 396ee848349c2dbdf6a6a9d1504ccc8691b549ae (diff) | |
download | mandoc-b323cfdd62e9fc21bd81db62a3eb2e4913007c6e.tar.gz |
Bl -column in place for -Thtml.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r-- | mdoc_term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index bac7d0f0..09d21c73 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -762,7 +762,7 @@ termp_it_pre(DECL_ARGS) * the 0 will be adjusted to default 10 or, if in the * last column case, set to stretch to the margin). */ - for (i = 0, n = node->prev; n && n && + for (i = 0, n = node->prev; n && i < (int)bl->args[vals[2]].argv->sz; n = n->prev, i++) offset += arg_width |