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

Diff for /mandoc/roff.c between version 1.58 and 1.59

version 1.58, 2008/12/10 10:43:57 version 1.59, 2008/12/10 12:05:33
Line 164  roff_free(struct rofftree *tree, int flush)
Line 164  roff_free(struct rofftree *tree, int flush)
                         goto end;                          goto end;
         }          }
   
         if ( ! (*tree->cb.rofftail)(tree->arg))          if ( ! (*tree->cb.rofftail)(tree->arg, &tree->tm,
                                   tree->os, tree->title,
                                   tree->section, tree->volume))
                 goto end;                  goto end;
   
         error = 0;          error = 0;

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb