<p dir="ltr">That's not correct,  Pino<br>
If you take a deeper look at this error message, the %d is not a placeholder for a number, the percent sign should be printed. And to asure this it's escaped by a second percent sign.</p>
<p dir="ltr">Cheers,<br>
Thomas </p>
<div class="gmail_extra"><br><div class="gmail_quote">Am 09.10.2016 13:05 schrieb "Pino Toscano" <<a href="mailto:pino@kemper.freedesktop.org">pino@kemper.freedesktop.org</a>>:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> utils/pdfseparate.cc |    2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
New commits:<br>
commit 5d15a52aade68c618c356fe403ca50<wbr>0e74917ef7<br>
Author: Pino Toscano <<a href="mailto:pino@kde.org">pino@kde.org</a>><br>
Date:   Sun Oct 9 13:04:46 2016 +0200<br>
<br>
    pdfseparate: remove extra '%' in error message<br>
<br>
diff --git a/utils/pdfseparate.cc b/utils/pdfseparate.cc<br>
index 9fa7052..469f568 100644<br>
--- a/utils/pdfseparate.cc<br>
+++ b/utils/pdfseparate.cc<br>
@@ -97,7 +97,7 @@ bool extractPages (const char *srcFileName, const char *destFileName) {<br>
     }<br>
   }<br>
   if (!foundmatch && firstPage != lastPage) {<br>
-    error(errSyntaxError, -1, "'{0:s}' must contain '%%d' if more than one page should be extracted", destFileName);<br>
+    error(errSyntaxError, -1, "'{0:s}' must contain '%d' if more than one page should be extracted", destFileName);<br>
     free(auxDestFileName);<br>
     delete doc;<br>
     return false;<br>
______________________________<wbr>_________________<br>
poppler mailing list<br>
<a href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/poppler" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/poppler</a><br>
</blockquote></div><br></div>