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

Diff for /mandoc/main.c between version 1.92 and 1.93

version 1.92, 2010/06/27 15:52:41 version 1.93, 2010/06/29 14:53:14
Line 599  fdesc(struct curparse *curp)
Line 599  fdesc(struct curparse *curp)
                         curp->outfree = ascii_free;                          curp->outfree = ascii_free;
                         break;                          break;
                 case (OUTT_PS):                  case (OUTT_PS):
                         curp->outdata = ps_alloc();                          curp->outdata = ps_alloc(curp->outopts);
                         curp->outfree = ps_free;                          curp->outfree = ps_free;
                         break;                          break;
                 default:                  default:

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

CVSweb