summaryrefslogtreecommitdiff
path: root/app-editors/nedit/files/nedit-5.6-format.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-editors/nedit/files/nedit-5.6-format.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-editors/nedit/files/nedit-5.6-format.patch')
-rw-r--r--app-editors/nedit/files/nedit-5.6-format.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-editors/nedit/files/nedit-5.6-format.patch b/app-editors/nedit/files/nedit-5.6-format.patch
deleted file mode 100644
index e2d6e17a6470..000000000000
--- a/app-editors/nedit/files/nedit-5.6-format.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up nedit-5.6/source/nc.c.format nedit-5.6/source/nc.c
---- nedit-5.6/source/nc.c.format 2014-12-28 13:56:20.000000000 +0000
-+++ nedit-5.6/source/nc.c 2015-06-17 07:30:25.617032345 +0100
-@@ -503,7 +503,7 @@ static int startServer(const char *messa
-
- /* prompt user whether to start server */
- if (!Preferences.autoStart) {
-- printf(message);
-+ printf("%s", message);
- do {
- c = getc(stdin);
- } while (c == ' ' || c == '\t');