summaryrefslogtreecommitdiffstats
path: root/kioslaves/imap4/rfcdecoder.cc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-25 16:38:08 -0600
committerTimothy Pearson <[email protected]>2012-01-25 16:38:08 -0600
commit80bc593eb31b3162fd870ee64eceb0ec90fac15c (patch)
tree9e708275b1ba15febc8134eb7cda3eb6ca54395c /kioslaves/imap4/rfcdecoder.cc
parentbdfea250b774ef95da2f67db2db8dd34a431d80e (diff)
downloadtdepim-80bc593eb31b3162fd870ee64eceb0ec90fac15c.tar.gz
tdepim-80bc593eb31b3162fd870ee64eceb0ec90fac15c.zip
Fix linear alphabet string errors
Diffstat (limited to 'kioslaves/imap4/rfcdecoder.cc')
-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 f91e9f8dc..08b641b7d 100644
--- a/kioslaves/imap4/rfcdecoder.cc
+++ b/kioslaves/imap4/rfcdecoder.cc
@@ -37,7 +37,7 @@
// adapted to QT-Toolkit by Sven Carstens <[email protected]> 2000
static unsigned char base64chars[] =
- "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,";
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+,";
#define UNDEFINED 64
#define MAXLINE 76