75a61b
--- poppler-0.26.5/utils/pdfseparate.cc
75a61b
+++ poppler-0.26.5/utils/pdfseparate.cc
75a61b
@@ -95,7 +95,7 @@ bool extractPages (const char *srcFileNa
75a61b
     }
75a61b
   }
75a61b
   if (!foundmatch && firstPage != lastPage) {
75a61b
-    error(errSyntaxError, -1, "'{0:s}' must contain '%%d' if more than one page should be extracted", destFileName);
75a61b
+    error(errSyntaxError, -1, "'{0:s}' must contain '%d' if more than one page should be extracted", destFileName);
75a61b
     free(auxDestFileName);
75a61b
     return false;
75a61b
   }