[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.158 and 1.159

version 1.158, 2014/12/04 01:33:42 version 1.159, 2014/12/04 02:05:42
Line 201  a2width(const struct termp *p, const char *cp)
Line 201  a2width(const struct termp *p, const char *cp)
 {  {
         struct roffsu    su;          struct roffsu    su;
   
         if ( ! a2roffsu(cp, &su, SCALE_BU))          if ( ! a2roffsu(cp, &su, SCALE_EN))
                 return(-1);                  return(-1);
   
         return((int)term_hspan(p, &su));          return((int)term_hspan(p, &su));

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159

CVSweb