[poppler] utils/pdfseparate.cc

Pino Toscano pino at kemper.freedesktop.org
Sun Oct 9 11:05:16 UTC 2016


 utils/pdfseparate.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d15a52aade68c618c356fe403ca500e74917ef7
Author: Pino Toscano <pino at kde.org>
Date:   Sun Oct 9 13:04:46 2016 +0200

    pdfseparate: remove extra '%' in error message

diff --git a/utils/pdfseparate.cc b/utils/pdfseparate.cc
index 9fa7052..469f568 100644
--- a/utils/pdfseparate.cc
+++ b/utils/pdfseparate.cc
@@ -97,7 +97,7 @@ bool extractPages (const char *srcFileName, const char *destFileName) {
     }
   }
   if (!foundmatch && firstPage != lastPage) {
-    error(errSyntaxError, -1, "'{0:s}' must contain '%%d' if more than one page should be extracted", destFileName);
+    error(errSyntaxError, -1, "'{0:s}' must contain '%d' if more than one page should be extracted", destFileName);
     free(auxDestFileName);
     delete doc;
     return false;


More information about the poppler mailing list