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

Diff for /mandoc/read.c between version 1.126 and 1.127

version 1.126, 2015/02/06 16:06:25 version 1.127, 2015/02/20 22:40:38
Line 399  mparse_buf_r(struct mparse *curp, struct buf blk, size
Line 399  mparse_buf_r(struct mparse *curp, struct buf blk, size
                                     MANDOCERR_CHAR_UNSUPP,                                      MANDOCERR_CHAR_UNSUPP,
                                     curp, curp->line, pos, "0x%x", c);                                      curp, curp->line, pos, "0x%x", c);
                                 i++;                                  i++;
                                 ln.buf[pos++] = '?';                                  if (c != '\r')
                                           ln.buf[pos++] = '?';
                                 continue;                                  continue;
                         }                          }
   

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127

CVSweb