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

Diff for /src/usr.bin/mandoc/man_term.c between version 1.45 and 1.46

version 1.45, 2010/07/25 18:05:54 version 1.46, 2010/09/21 22:33:41
Line 912 
Line 912 
         p->rmargin = p->maxrmargin - term_strlen(p, buf);          p->rmargin = p->maxrmargin - term_strlen(p, buf);
         p->offset = 0;          p->offset = 0;
   
           /* term_strlen() can return zero. */
           if (p->rmargin == p->maxrmargin)
                   p->rmargin--;
   
         if (meta->source)          if (meta->source)
                 term_word(p, meta->source);                  term_word(p, meta->source);
         if (meta->source)          if (meta->source)

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46