mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
app-editors/aee: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
parent
151f8dc5fc
commit
f2b87f8065
@ -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'))
|
||||
;
|
||||
Loading…
x
Reference in New Issue
Block a user