--- code/trunk/pcretest.c 2010/03/30 11:11:52 512 +++ code/trunk/pcretest.c 2010/05/04 15:51:35 516 @@ -251,7 +251,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; }