summaryrefslogtreecommitdiffstats
path: root/kioslaves
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-25 16:38:08 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 04:25:17 +0200
commitf4b37d7631c5641f0bfcc1cad5c8d6919b171d22 (patch)
tree45933668712dedf7cdb804153fd5daca9a6b826f /kioslaves
parent1c7ec6639639012d9ac1132a4f13c62b1eb74add (diff)
downloadtdepim-f4b37d7631c5641f0bfcc1cad5c8d6919b171d22.tar.gz
tdepim-f4b37d7631c5641f0bfcc1cad5c8d6919b171d22.zip
Fix linear alphabet string errors
(cherry picked from commit 80bc593eb31b3162fd870ee64eceb0ec90fac15c)
Diffstat (limited to 'kioslaves')
-rw-r--r--kioslaves/imap4/rfcdecoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslaves/imap4/rfcdecoder.cc b/kioslaves/imap4/rfcdecoder.cc
index f91e9f8d..08b641b7 100644
--- a/kioslaves/imap4/rfcdecoder.cc
+++ b/kioslaves/imap4/rfcdecoder.cc
@@ -37,7 +37,7 @@
// adapted to QT-Toolkit by Sven Carstens <s.carstens@gmx.de> 2000
static unsigned char base64chars[] =
- "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,";
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,";
#define UNDEFINED 64
#define MAXLINE 76