[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.27 and 1.28

version 1.27, 2014/08/10 23:54:41 version 1.28, 2014/10/07 14:07:03
Line 201  mod:
Line 201  mod:
         default:          default:
                 break;                  break;
         }          }
           if (isalnum((unsigned char)p[*pos - 1])) {
                   mandoc_vmsg(MANDOCERR_FT_BAD, tbl->parse,
                       ln, *pos - 1, "TS f%c", p[*pos - 1]);
                   goto mod;
           }
   
         mandoc_msg(MANDOCERR_TBLLAYOUT, tbl->parse,          mandoc_msg(MANDOCERR_TBLLAYOUT, tbl->parse,
             ln, *pos - 1, NULL);              ln, *pos - 1, NULL);

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

CVSweb