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

Diff for /mandoc/out.c between version 1.32 and 1.33

version 1.32, 2011/01/08 17:16:48 version 1.33, 2011/01/10 14:40:30
Line 399  tblcalc(struct rofftbl *tbl, const struct tbl_span *sp
Line 399  tblcalc(struct rofftbl *tbl, const struct tbl_span *sp
                  * to data cells in the data section.                   * to data cells in the data section.
                  */                   */
                 for (dp = sp->first; dp; dp = dp->next) {                  for (dp = sp->first; dp; dp = dp->next) {
                         if (NULL == dp->layout)                          assert(dp->layout);
                                 continue;  
                         col = &tbl->cols[dp->layout->head->ident];                          col = &tbl->cols[dp->layout->head->ident];
                         tblcalc_data(tbl, col, sp->tbl, dp);                          tblcalc_data(tbl, col, sp->tbl, dp);
                 }                  }

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb