Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > cb41e00c95d01e688a5dc74895c18a18 > files > 1

aee-2.2.15b-6mdv2010.0.src.rpm

diff -p -up aee-2.2.15b/aee.c.strfmt aee-2.2.15b/aee.c
--- aee-2.2.15b/aee.c.strfmt	2009-06-10 04:44:24.000000000 +0200
+++ aee-2.2.15b/aee.c	2009-06-10 04:45:41.000000000 +0200
@@ -2493,7 +2493,7 @@ char *string;		/* string containing user
 	}
 	if (shell_fork)
 	{
-		printf(press_ret_to_cont_str);
+		printf("%s", press_ret_to_cont_str);
 		fflush(stdout);
 		while (((in = getchar()) != '\n') && (in != '\r'))
 			;