summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 09:06:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 09:06:03 +0000
commit9ff38b1454e6f97e5bc4a73b821f62bf1c677b23 (patch)
treeefb21017ec4f211b05c883f59bf2224f78d35eae
parent19504e01c700e1356dcbcf40adfe47966b04fad8 (diff)
downloadmandoc-9ff38b1454e6f97e5bc4a73b821f62bf1c677b23.tar.gz
-rw-r--r--term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.c b/term.c
index ccc6bf1e..0afe5c79 100644
--- a/term.c
+++ b/term.c
@@ -204,7 +204,8 @@ term_flushln(struct termp *p)
vis = 0;
}
/* Remove the overstep width. */
- bp += overstep;
+ bp += (int)/* LINTED */
+ overstep;
overstep = 0;
} else {
for (j = 0; j < (int)vbl; j++)