You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/xpdf/files/xpdf-3.02-poppler-0.16.patch

14 lines
508 B

Index: xpdf-3.02-poppler/XPDFViewer.cc
===================================================================
--- xpdf-3.02-poppler.orig/XPDFViewer.cc
+++ xpdf-3.02-poppler/XPDFViewer.cc
@@ -3447,7 +3447,7 @@ void XPDFViewer::printPrintCbk(Widget wi
lastPage = doc->getNumPages();
}
- psOut = new PSOutputDev(psFileName->getCString(), doc->getXRef(),
+ psOut = new PSOutputDev(psFileName->getCString(), doc, doc->getXRef(),
doc->getCatalog(),
NULL,
firstPage, lastPage, psModePS);