[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.248 and 1.249

version 1.248, 2020/03/13 00:31:04 version 1.249, 2020/03/19 12:20:45
Line 587 
Line 587 
                 (void)fchdir(startdir);                  (void)fchdir(startdir);
                 close(startdir);                  close(startdir);
         }          }
           if (outst.outtype <= OUTT_UTF8)
                   term_tag_finish();
         if (outst.outdata != NULL) {          if (outst.outdata != NULL) {
                 switch (outst.outtype) {                  switch (outst.outtype) {
                 case OUTT_HTML:                  case OUTT_HTML:
Line 595 
Line 597 
                 case OUTT_UTF8:                  case OUTT_UTF8:
                 case OUTT_LOCALE:                  case OUTT_LOCALE:
                 case OUTT_ASCII:                  case OUTT_ASCII:
                         term_tag_finish();  
                         ascii_free(outst.outdata);                          ascii_free(outst.outdata);
                         break;                          break;
                 case OUTT_PDF:                  case OUTT_PDF:

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.249