summaryrefslogtreecommitdiff
path: root/app-editors/aee/files/aee-Wformat-security.patch
blob: 7bc4c9c39fa14bfdb473f3419abcfc49dc6eef4b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/aee.c
+++ b/aee.c
@@ -2493,7 +2493,7 @@
 	}
 	if (shell_fork)
 	{
-		printf(press_ret_to_cont_str);
+		printf("%s", press_ret_to_cont_str);
 		fflush(stdout);
 		while (((in = getchar()) != '\n') && (in != '\r'))
 			;