]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - pdftops/pdftops.cxx
Import CUPS 1.4svn-r7170.
[thirdparty/cups.git] / pdftops / pdftops.cxx
index 4e8d7279ff7b913a1b24e2b62d11049764f0cca6..a583ae46c50fa792b146ce703436cb67bae4be6a 100644 (file)
@@ -308,8 +308,7 @@ main(int  argc,                             // I - Number of command-line args
     // write PostScript file
     psOut = new PSOutputDev(psFileName->getCString(), doc->getXRef(),
                             doc->getCatalog(), 1, doc->getNumPages(),
-                           psModePS, 0, 0, 0, 0, gFalse,
-                           cupsGetOption("page-ranges", num_options, options));
+                           psModePS, 0, 0, 0, 0, gFalse, NULL);
     if (psOut->isOk())
       doc->displayPages(psOut, 1, doc->getNumPages(), 72.0, 72.0, 0,
                         gTrue, gFalse, gFalse);