[BACK]Return to out.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/out.c between version 1.38 and 1.39

version 1.38, 2017/06/12 20:14:03 version 1.39, 2017/06/12 22:05:41
Line 155 
Line 155 
                         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.38  
changed lines
  Added in v.1.39