]> git.ipfire.org Git - thirdparty/glibc.git/commit
(lwupdate): Fix boundary condition where a word extends right up to rmargin. ...
authorMiles Bader <miles@gnu.org>
Wed, 17 Jul 1996 18:37:00 +0000 (18:37 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 17 Jul 1996 18:37:00 +0000 (18:37 +0000)
commite964b97666106dd6dd925e7144856fb172be1e28
tree80c5d403bd87718699bd4718b31825164fa7dfcc
parent96e1bff2513873062233a13c7fd1eea57bb8db24
(lwupdate):   Fix boundary condition where a word extends right up to rmargin.   When we've done a word wrap and output the wrap margin, set point_col to     wmargin.   Use negative point_col to deal with a wmargin of 0. (line_wrap_point):   Return 0 for a negative point_col.
stdio/linewrap.c