=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.111 retrieving revision 1.112 diff -u -p -r1.111 -r1.112 --- mandoc/term.c 2009/10/26 07:18:23 1.111 +++ mandoc/term.c 2009/10/26 09:06:03 1.112 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.111 2009/10/26 07:18:23 kristaps Exp $ */ +/* $Id: term.c,v 1.112 2009/10/26 09:06:03 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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++)