[BACK]Return to main.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/main.c between version 1.62 and 1.63

version 1.62, 2010/05/09 21:19:42 version 1.63, 2010/05/14 13:54:15
Line 375  fdesc(struct buf *blk, struct buf *ln, struct curparse
Line 375  fdesc(struct buf *blk, struct buf *ln, struct curparse
                                 comment = 1;                                  comment = 1;
                                 pos -= 2;                                  pos -= 2;
                                 for (; pos > 0; --pos) {                                  for (; pos > 0; --pos) {
                                         if (ln->buf[pos] != ' ')                                          if (ln->buf[pos - 1] != ' ')
                                                 break;                                                  break;
                                         if (ln->buf[pos - 1] == '\\')                                          if (pos > 2 && ln->buf[pos - 2] == '\\')
                                                 break;                                                  break;
                                 }                                  }
                                 continue;                                  continue;

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

CVSweb