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

Diff for /mandoc/roff.c between version 1.290 and 1.291

version 1.290, 2017/03/03 11:50:49 version 1.291, 2017/03/03 13:55:32
Line 1608  roff_parseln(struct roff *r, int ln, struct buf *buf, 
Line 1608  roff_parseln(struct roff *r, int ln, struct buf *buf, 
                         return ROFF_IGN;                          return ROFF_IGN;
                 while (buf->buf[pos] != '\0' && buf->buf[pos] != ' ')                  while (buf->buf[pos] != '\0' && buf->buf[pos] != ' ')
                         pos++;                          pos++;
                 while (buf->buf[pos] != '\0' && buf->buf[pos] == ' ')                  while (buf->buf[pos] == ' ')
                         pos++;                          pos++;
                 return tbl_read(r->tbl, ln, buf->buf, pos);                  return tbl_read(r->tbl, ln, buf->buf, pos);
         }          }

Legend:
Removed from v.1.290  
changed lines
  Added in v.1.291

CVSweb