[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/main.c between version 1.251 and 1.252

version 1.251, 2020/04/02 22:10:27 version 1.252, 2020/06/11 16:12:14
Line 874 
Line 874 
         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.251  
changed lines
  Added in v.1.252