Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219373
Collapse All | Expand All

(-)ps-pdf.cxx (-1 / +1 lines)
Lines 3624-3630 Link Here
3624
  * Get the width of the page number, leave room for three dots...
3624
  * Get the width of the page number, leave room for three dots...
3625
  */
3625
  */
3626
3626
3627
  if (heading >= 0)
3627
  if (heading >= 0 && heading < num_headings)
3628
  {
3628
  {
3629
    hpage       = heading_pages[heading];
3629
    hpage       = heading_pages[heading];
3630
    numberwidth = get_width((uchar *)pages[hpage].page_text,
3630
    numberwidth = get_width((uchar *)pages[hpage].page_text,

Return to bug 219373