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