[BACK]Return to out.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/out.c between version 1.30 and 1.31

version 1.30, 2015/01/28 02:23:33 version 1.31, 2015/01/30 04:08:37
Line 138 
Line 138 
                         spans = dp->spans;                          spans = dp->spans;
                         if (1 < spans)                          if (1 < spans)
                                 continue;                                  continue;
                         icol = dp->layout->head->ident;                          icol = dp->layout->col;
                         if (maxcol < icol)                          if (maxcol < icol)
                                 maxcol = icol;                                  maxcol = icol;
                         col = tbl->cols + icol;                          col = tbl->cols + icol;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31