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

Diff for /mandoc/main.c between version 1.348 and 1.349

version 1.348, 2020/04/02 22:12:55 version 1.349, 2020/06/14 16:24:18
Line 896  parse(struct mparse *mp, int fd, const char *file,
Line 896  parse(struct mparse *mp, int fd, const char *file,
         if (outst->outdata == NULL)          if (outst->outdata == NULL)
                 outdata_alloc(outst, outconf);                  outdata_alloc(outst, outconf);
         else if (outst->outtype == OUTT_HTML)          else if (outst->outtype == OUTT_HTML)
                 html_reset(outst);                  html_reset(outst->outdata);
   
         mandoc_xr_reset();          mandoc_xr_reset();
         meta = mparse_result(mp);          meta = mparse_result(mp);

Legend:
Removed from v.1.348  
changed lines
  Added in v.1.349

CVSweb