--- w3m-0.5.1/file.c.orig 2006-12-29 10:57:27 +0500 +++ w3m-0.5.1/file.c 2006-12-29 11:00:17 +0500 @@ -7799,7 +7799,7 @@ ans = inputChar(prompt); } else { - printf(prompt); + printf("%s", prompt); fflush(stdout); ans = Strfgets(stdin)->ptr; }