app-editors/aee: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-12-16 21:54:30 +01:00
parent 151f8dc5fc
commit f2b87f8065
No known key found for this signature in database
GPG Key ID: 03B489CBE4B76101

View File

@ -1,11 +0,0 @@
--- 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'))
;