Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278186 | Differences between
and this patch

Collapse All | Expand All

(-)htmldoc/util.cxx.orig (-1 / +1 lines)
Lines 484-490 Link Here
484
    PageWidth  = 595;
484
    PageWidth  = 595;
485
    PageLength = 792;
485
    PageLength = 792;
486
  }
486
  }
487
  else if (sscanf(size, "%fx%f%s", &width, &length, units) >= 2)
487
  else if (sscanf(size, "%fx%f%254s", &width, &length, units) >= 2)
488
  {
488
  {
489
   /*
489
   /*
490
    * Custom size...
490
    * Custom size...

Return to bug 278186