summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libetpanstuff/mailmime_content.c_arm_031_patch
authoralwin <alwin>2004-03-11 16:05:05 (UTC)
committer alwin <alwin>2004-03-11 16:05:05 (UTC)
commitb982060527a595f52c82ac954fe8c9cc03f09c34 (patch) (side-by-side diff)
treee54eccbe4988d36c86d6a6873843c94a7ceaaea3 /noncore/net/mail/libetpanstuff/mailmime_content.c_arm_031_patch
parentfc5afbf858680de615c1c2d824e6b2c629ed2d1f (diff)
downloadopie-b982060527a595f52c82ac954fe8c9cc03f09c34.zip
opie-b982060527a595f52c82ac954fe8c9cc03f09c34.tar.gz
opie-b982060527a595f52c82ac954fe8c9cc03f09c34.tar.bz2
cleanups and switch to new etpan-tarball
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 @@
---- mailmime_content.c.orig 2003-12-16 17:45:47.000000000 +0100
-+++ mailmime_content.c 2003-12-16 17:45:55.000000000 +0100
-@@ -1549,7 +1549,7 @@
- /* ************************************************************************* */
- /* MIME part decoding */
-
--static char get_base64_value(char ch)
-+static signed char get_base64_value(char ch)
- {
- if ((ch >= 'A') && (ch <= 'Z'))
- return ch - 'A';
-@@ -1595,7 +1595,7 @@
-
- i = 0;
- while (1) {
-- char value;
-+ signed char value;
-
- value = -1;
- while (value == -1) {