[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.68 and 1.69

version 1.68, 2013/05/29 15:15:49 version 1.69, 2013/08/05 23:35:02
Line 158 
Line 158 
                  */                   */
   
                 for (j = i, jhy = 0; j < p->col; j++) {                  for (j = i, jhy = 0; j < p->col; j++) {
                         if ((j && ' ' == p->buf[j]) || '\t' == p->buf[j])                          if (' ' == p->buf[j] || '\t' == p->buf[j])
                                 break;                                  break;
   
                         /* Back over the the last printed character. */                          /* Back over the the last printed character. */

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69