commit: f2b87f8065d6429fad27f5423ec04cf155bb8c45
Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 16 20:54:30 2025 +0000
Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Dec 16 20:54:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b87f80
app-editors/aee: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>
app-editors/aee/files/aee-Wformat-security.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/app-editors/aee/files/aee-Wformat-security.patch
b/app-editors/aee/files/aee-Wformat-security.patch
deleted file mode 100644
index 7bc4c9c39fa1..000000000000
--- a/app-editors/aee/files/aee-Wformat-security.patch
+++ /dev/null
@@ -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'))
- ;