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

Diff for /mandoc/read.c between version 1.24 and 1.25

version 1.24, 2011/10/06 22:29:12 version 1.25, 2011/10/08 15:42:29
Line 464  rerun:
Line 464  rerun:
                          * buffer because we're going to descend into                           * buffer because we're going to descend into
                          * the file recursively.                           * the file recursively.
                          */                           */
                         curp->secondary->sz -= pos + 1;                          if (curp->secondary)
                                   curp->secondary->sz -= pos + 1;
                         mparse_readfd_r(curp, -1, ln.buf + of, 1);                          mparse_readfd_r(curp, -1, ln.buf + of, 1);
                         if (MANDOCLEVEL_FATAL <= curp->file_status)                          if (MANDOCLEVEL_FATAL <= curp->file_status)
                                 break;                                  break;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb