[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.14 and 1.15

version 1.14, 2011/01/10 14:40:30 version 1.15, 2011/01/10 15:31:00
Line 122  mod:
Line 122  mod:
                 }                  }
   
                 *pos += i;                  *pos += i;
                 cp->spacing = atoi(buf);                  cp->spacing = (size_t)atoi(buf);
   
                 goto mod;                  goto mod;
                 /* NOTREACHED */                  /* NOTREACHED */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb