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

(-)xpdf-3.02-poppler-old/XPDFViewer.cc (-1 / +1 lines)
Lines 3443-3449 Link Here
3443
    lastPage = doc->getNumPages();
3443
    lastPage = doc->getNumPages();
3444
  }
3444
  }
3445
3445
3446
  psOut = new PSOutputDev(psFileName->getCString(), doc->getXRef(),
3446
  psOut = new PSOutputDev(psFileName->getCString(), doc, doc->getXRef(),
3447
			  doc->getCatalog(),
3447
			  doc->getCatalog(),
3448
			  NULL,
3448
			  NULL,
3449
			  firstPage, lastPage, psModePS);
3449
			  firstPage, lastPage, psModePS);

Return to bug 349942