$NetBSD: patch-ac,v 1.12 2006/12/28 22:08:35 adrianp Exp $

--- file.c.orig	2004-04-16 19:47:19.000000000 +0100
+++ file.c
@@ -7799,7 +7799,7 @@ inputAnswer(char *prompt)
 	ans = inputChar(prompt);
     }
     else {
-	printf(prompt);
+	printf("%s", prompt);
 	fflush(stdout);
 	ans = Strfgets(stdin)->ptr;
     }
