summaryrefslogtreecommitdiffstats
path: root/mimelib/mediatyp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mediatyp.cpp')
-rw-r--r--mimelib/mediatyp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimelib/mediatyp.cpp b/mimelib/mediatyp.cpp
index 87ee345e..7c766fe3 100644
--- a/mimelib/mediatyp.cpp
+++ b/mimelib/mediatyp.cpp
@@ -231,7 +231,7 @@ void DwMediaType::SetBoundary(const DwString& aStr)
void DwMediaType::CreateBoundary(unsigned aLevel)
{
// Create a random printable string and set it as the boundary parameter
- static const char c[] = "ABCDEFGHIJKLMNOPTQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
+ static const char c[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
const int cLen = 64;
char buf[80];
strcpy(buf, "Boundary-");