From f2b87f8065d6429fad27f5423ec04cf155bb8c45 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 16 Dec 2025 21:54:30 +0100 Subject: [PATCH] app-editors/aee: remove unused patch Signed-off-by: Michael Mair-Keimberger --- app-editors/aee/files/aee-Wformat-security.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 app-editors/aee/files/aee-Wformat-security.patch 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 7bc4c9c39fa14..0000000000000 --- 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')) - ;