Skip to content
  • Greg Knight's avatar
    gooString::fromInt: Repair the return value. · 903983bb
    Greg Knight authored
    formatInt renders from "right to left" and returns the position of the most significant digit in 'p' - which is not generally equal to 'buf' in the case of GooString::fromInt (unless you're rendering a 24-digit number.)
    
    This repairs several issues in pdftohtml
    903983bb