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

Diff for /mandoc/read.c between version 1.220 and 1.221

version 1.220, 2021/06/27 17:57:54 version 1.221, 2022/05/19 14:48:56
Line 261  mparse_buf_r(struct mparse *curp, struct buf blk, size
Line 261  mparse_buf_r(struct mparse *curp, struct buf blk, size
                         lastln = thisln;                          lastln = thisln;
                 }                  }
   
                 /* XXX Ugly hack to mark the end of the input. */                  /*
                    * XXX Ugly hack to mark the end of the input,
                    * such that the function roff_parse_comment()
                    * doesn't attempt to append another line if the
                    * last input line ends with an escape character.
                    */
   
                 if (i == blk.sz || blk.buf[i] == '\0') {                  if (i == blk.sz || blk.buf[i] == '\0') {
                         if (pos + 2 > ln.sz)                          if (pos + 2 > ln.sz)

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221

CVSweb