[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.57 and 1.58

version 1.57, 2021/09/07 11:48:19 version 1.58, 2021/09/10 12:07:21
Line 200  tbl_cdata(struct tbl_node *tbl, int ln, const char *p,
Line 200  tbl_cdata(struct tbl_node *tbl, int ln, const char *p,
   
         if (p[pos] == 'T' && p[pos + 1] == '}') {          if (p[pos] == 'T' && p[pos + 1] == '}') {
                 pos += 2;                  pos += 2;
                   if (tbl->opts.opts & TBL_OPT_NOSPACE)
                           while (p[pos] == ' ')
                                   pos++;
                 if (p[pos] == tbl->opts.tab) {                  if (p[pos] == tbl->opts.tab) {
                         tbl->part = TBL_PART_DATA;                          tbl->part = TBL_PART_DATA;
                         pos++;                          pos++;

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

CVSweb