You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/aee/files/aee-Wformat-security.patch

12 lines
225 B

--- 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'))
;