aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/IMAPConnection.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-01 11:32:23 +0000
committerVincent Richard <[email protected]>2005-01-01 11:32:23 +0000
commitfc1c6b08d191b3ee9964bf53ea95767bc54377ee (patch)
tree0e6a61589b60909b065523e5e8e1e0039f2fc93d /src/messaging/IMAPConnection.cpp
parentFixed config file for Doxygen. (diff)
downloadvmime-fc1c6b08d191b3ee9964bf53ea95767bc54377ee.tar.gz
vmime-fc1c6b08d191b3ee9964bf53ea95767bc54377ee.zip
Converted all C-style casts to C++-style casts + added unit test for utility::md5.
Diffstat (limited to 'src/messaging/IMAPConnection.cpp')
-rw-r--r--src/messaging/IMAPConnection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messaging/IMAPConnection.cpp b/src/messaging/IMAPConnection.cpp
index d6f79ed3..c2ae2418 100644
--- a/src/messaging/IMAPConnection.cpp
+++ b/src/messaging/IMAPConnection.cpp
@@ -218,7 +218,7 @@ void IMAPConnection::send(bool tag, const string& what, bool end)
{
++(*m_tag);
- oss << (string) *m_tag;
+ oss << string(*m_tag);
oss << " ";
}