From 80bc593eb31b3162fd870ee64eceb0ec90fac15c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 25 Jan 2012 16:38:08 -0600 Subject: Fix linear alphabet string errors --- mimelib/dw_cte.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mimelib/dw_cte.cpp') diff --git a/mimelib/dw_cte.cpp b/mimelib/dw_cte.cpp index 127a29aa..4498597d 100644 --- a/mimelib/dw_cte.cpp +++ b/mimelib/dw_cte.cpp @@ -353,7 +353,7 @@ static int to_cr(const char* srcBuf, size_t srcLen, char* destBuf, } -static char base64tab[] = "ABCDEFGHIJKLMNOPTQRSTUVWXYZ" +static char base64tab[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz0123456789+/"; static char base64idx[128] = { -- cgit v1.2.3