summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libetpanstuff/mailmime_content.c_arm_031_patch
Unidiff
Diffstat (limited to 'noncore/net/mail/libetpanstuff/mailmime_content.c_arm_031_patch') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libetpanstuff/mailmime_content.c_arm_031_patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/noncore/net/mail/libetpanstuff/mailmime_content.c_arm_031_patch b/noncore/net/mail/libetpanstuff/mailmime_content.c_arm_031_patch
deleted file mode 100644
index 45fc834..0000000
--- a/noncore/net/mail/libetpanstuff/mailmime_content.c_arm_031_patch
+++ b/dev/null
@@ -1,20 +0,0 @@
1 --- mailmime_content.c.orig2003-12-16 17:45:47.000000000 +0100
2 +++ mailmime_content.c2003-12-16 17:45:55.000000000 +0100
3@@ -1549,7 +1549,7 @@
4 /* ************************************************************************* */
5 /* MIME part decoding */
6
7-static char get_base64_value(char ch)
8+static signed char get_base64_value(char ch)
9 {
10 if ((ch >= 'A') && (ch <= 'Z'))
11 return ch - 'A';
12@@ -1595,7 +1595,7 @@
13
14 i = 0;
15 while (1) {
16- char value;
17+ signed char value;
18
19 value = -1;
20 while (value == -1) {