[BACK]Return to term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/term.c between version 1.24 and 1.25

version 1.24, 2010/03/20 20:07:18 version 1.25, 2010/03/22 23:16:21
Line 237 
Line 237 
                  * Finally, write out the word.                   * Finally, write out the word.
                  */                   */
                 for ( ; i < (int)p->col; i++) {                  for ( ; i < (int)p->col; i++) {
                         if (vend > bp && i > jhy)                          if (vend > bp && jhy > 0 && i > jhy)
                                 break;                                  break;
                         if (' ' == p->buf[i]) {                          if (' ' == p->buf[i]) {
                                 i++;                                  i++;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25