summaryrefslogtreecommitdiff
path: root/textproc/atom/files/patch-msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/atom/files/patch-msg.c')
-rw-r--r--textproc/atom/files/patch-msg.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/atom/files/patch-msg.c b/textproc/atom/files/patch-msg.c
deleted file mode 100644
index b03304be69a0..000000000000
--- a/textproc/atom/files/patch-msg.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- msg.c.orig 2023-03-07 22:52:52 UTC
-+++ msg.c
-@@ -194,11 +194,7 @@ parse_preface(const char *template) {
- fmt[p++] = *template;
- if (state == percent) {
- if (*template == 's')
--#if defined(_POSIX_SOURCE)
- p += sprintf(fmt + p - 2, "%d", msg_severity) - 2;
--#else
-- p = strchr(sprintf(fmt + p - 2, "%d", msg_severity), 0) - fmt;
--#endif
- state = normal;
- } else if (*template == '%')
- state = percent;