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

Diff for /mandoc/man_term.c between version 1.160 and 1.161

version 1.160, 2014/12/23 01:57:35 version 1.161, 2014/12/23 08:15:53
Line 633  pre_IP(DECL_ARGS)
Line 633  pre_IP(DECL_ARGS)
   
                 p->offset = mt->offset;                  p->offset = mt->offset;
                 p->rmargin = mt->offset + len;                  p->rmargin = mt->offset + len;
                 if (ival < 0)  
                         break;  
   
                 /* Set the saved left-margin. */                  /* Set the saved left-margin. */
                 mt->lmargin[mt->lmargincur] = (size_t)ival;                  if (ival >= 0)
                           mt->lmargin[mt->lmargincur] = (size_t)ival;
   
                 savelit = MANT_LITERAL & mt->fl;                  savelit = MANT_LITERAL & mt->fl;
                 mt->fl &= ~MANT_LITERAL;                  mt->fl &= ~MANT_LITERAL;

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161

CVSweb