From 4cca76f724f8464e3d1424f118d3787534a4410f Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:22:03 +0900 Subject: Releasing debian version 0.5.1-5.1 --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.c') diff --git a/file.c b/file.c index d6d415d..dacd73a 100644 --- a/file.c +++ b/file.c @@ -7973,7 +7973,7 @@ inputAnswer(char *prompt) ans = inputChar(prompt); } else { - printf(prompt); + printf("%s", prompt); fflush(stdout); ans = Strfgets(stdin)->ptr; } -- cgit v1.2.3