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

Diff for /mandoc/out.c between version 1.66 and 1.67

version 1.66, 2017/06/12 20:14:18 version 1.67, 2017/06/12 22:05:57
Line 157  tblcalc(struct rofftbl *tbl, const struct tbl_span *sp
Line 157  tblcalc(struct rofftbl *tbl, const struct tbl_span *sp
                         if (col->width < dp->layout->width)                          if (col->width < dp->layout->width)
                                 col->width = dp->layout->width;                                  col->width = dp->layout->width;
                         tblcalc_data(tbl, col, opts, dp,                          tblcalc_data(tbl, col, opts, dp,
                             rmargin && dp->block ?                              dp->block == 0 ? 0 :
                             rmargin / (sp->opts->cols + 1) : 0);                              dp->layout->width ? dp->layout->width :
                               rmargin ? rmargin / (sp->opts->cols + 1) : 0);
                 }                  }
         }          }
   

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVSweb