[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.221 and 1.222

version 1.221, 2019/01/11 17:03:43 version 1.222, 2019/03/03 13:01:47
Line 805 
Line 805 
   
         if (curp->outdata == NULL)          if (curp->outdata == NULL)
                 outdata_alloc(curp);                  outdata_alloc(curp);
           else if (curp->outtype == OUTT_HTML)
                   html_reset(curp);
   
         mandoc_xr_reset();          mandoc_xr_reset();
         meta = mparse_result(curp->mp);          meta = mparse_result(curp->mp);

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