]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/pdfinfo.cc
Fixup pdfto* programs,
[evince.git] / pdf / xpdf / pdfinfo.cc
index 78664aa2ba482b896c7b3e9576081006587a57f3..2c183c8385d77f288e8719b93f79a2102d656fcc 100644 (file)
@@ -61,7 +61,7 @@ int main(int argc, char *argv[]) {
 
   // open PDF file
   xref = NULL;
-  doc = new PDFDoc(bxpdfopen(fileName), fileName);
+  doc = new PDFDoc(fileName);
   if (!doc->isOk())
     exit(1);