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

Diff for /mandoc/mdoc_term.c between version 1.316 and 1.317

version 1.316, 2015/04/02 23:48:20 version 1.317, 2015/04/04 17:47:18
Line 533  a2width(const struct termp *p, const char *v)
Line 533  a2width(const struct termp *p, const char *v)
                 SCALE_HS_INIT(&su, term_strlen(p, v));                  SCALE_HS_INIT(&su, term_strlen(p, v));
                 su.scale /= term_strlen(p, "0");                  su.scale /= term_strlen(p, "0");
         }          }
         return(term_hspan(p, &su));          return(term_hspan(p, &su) / 24);
 }  }
   
 /*  /*

Legend:
Removed from v.1.316  
changed lines
  Added in v.1.317

CVSweb