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

Diff for /mandoc/tbl_data.c between version 1.26 and 1.27

version 1.26, 2013/05/31 21:37:17 version 1.27, 2013/06/01 04:56:50
Line 102  data(struct tbl_node *tbl, struct tbl_span *dp, 
Line 102  data(struct tbl_node *tbl, struct tbl_span *dp, 
   
         if (*pos - sv == 2 && 'T' == p[sv] && '{' == p[sv + 1]) {          if (*pos - sv == 2 && 'T' == p[sv] && '{' == p[sv + 1]) {
                 tbl->part = TBL_PART_CDATA;                  tbl->part = TBL_PART_CDATA;
                 return(0);                  return(1);
         }          }
   
         assert(*pos - sv >= 0);          assert(*pos - sv >= 0);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb