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

Diff for /mandoc/tbl_layout.c between version 1.7 and 1.8

version 1.7, 2011/01/02 12:04:23 version 1.8, 2011/01/02 20:34:05
Line 294  cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, e
Line 294  cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, e
          * ones.           * ones.
          */           */
   
         h = pp ? pp->head->prev : tbl->first_head;          h = pp ? pp->head->next : tbl->first_head;
   
         if (h) {          if (h) {
                 /* Re-use data header. */                  /* Re-use data header. */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb