aboutsummaryrefslogtreecommitdiffstats
path: root/mail/elm+ME/files/patch-iso2022_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elm+ME/files/patch-iso2022_map.c')
-rw-r--r--mail/elm+ME/files/patch-iso2022_map.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/elm+ME/files/patch-iso2022_map.c b/mail/elm+ME/files/patch-iso2022_map.c
deleted file mode 100644
index c1e23da8e3d1..000000000000
--- a/mail/elm+ME/files/patch-iso2022_map.c
+++ /dev/null
@@ -1,12 +0,0 @@
-127+128 is 255, which no `char' can exceed. This leads to a compiler
-warning...
-
---- lib/iso2022_map.c Tue Mar 30 11:38:43 2004
-+++ lib/iso2022_map.c Wed Jul 6 23:43:14 2005
-@@ -926,5 +926,5 @@
- if (iso2022_94 == Mx->type ||
- iso2022_96 == Mx->type) {
-- if (ch < 32 + 128 || ch > 127 + 128) {
-+ if (ch < 32 + 128) {
- DPRINT(Debug,10,(&Debug,
- "map_unicode_to_ISO2022_word_1: char %c (unicode %u) out of range (type iso2022_94 or iso2022_96, PF_BUILTIN_upper)",