summaryrefslogtreecommitdiff
path: root/app-text/xpdf/files/xpdf-3.02-poppler-0.16.patch
blob: ea2d5ee2be07959ff216012d27ec6168c6f604be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);