Subject: Fix compilation error
Description: error in compilation, bug sent by mail to upstream
Forwarded: yes
Author: Olivier Sallou <osallou@debian.org>
Last-Updated: 2014-12-14
--- a/c++/src/util/regexp/pcretest.c
+++ b/c++/src/util/regexp/pcretest.c
@@ -250,7 +250,7 @@
     /* Read the next line by normal means, prompting if the file is stdin. */
 
       {
-      if (f == stdin) printf(prompt);
+      if (f == stdin) printf("%s",prompt);
       if (fgets((char *)here, rlen,  f) == NULL)
         return (here == start)? NULL : start;
       }
