summaryrefslogtreecommitdiff
path: root/packages/mc/mc-4.6.2/mc-esc-seq.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mc/mc-4.6.2/mc-esc-seq.patch')
-rw-r--r--packages/mc/mc-4.6.2/mc-esc-seq.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/mc/mc-4.6.2/mc-esc-seq.patch b/packages/mc/mc-4.6.2/mc-esc-seq.patch
deleted file mode 100644
index b9ec04a75a..0000000000
--- a/packages/mc/mc-4.6.2/mc-esc-seq.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mc-4.6.2/src/util.c
-+++ mc-4.6.2/src/util.c
-@@ -1205,6 +1205,8 @@
- /* strchr() matches trailing binary 0 */
- while (*(++r) && strchr ("0123456789;?", *r));
- }
-+ else if (*r == '(')
-+ r++;
-
- /*
- * Now we are at the last character of the sequence.