Fixed compilation problem with GCC 3.3.
This commit is contained in:
parent
6139afdbf8
commit
c2ec474b03
@ -182,7 +182,7 @@ const string wordEncoder::getNextChunk(const string::size_type maxLength)
|
|||||||
// Fully RFC-compliant encoding
|
// Fully RFC-compliant encoding
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
charsetConverter conv(vmime::charset(charsets::UTF_8), m_charset);
|
charsetConverter conv(charsets::UTF_8, m_charset);
|
||||||
|
|
||||||
string::size_type inputCount = 0;
|
string::size_type inputCount = 0;
|
||||||
string::size_type outputCount = 0;
|
string::size_type outputCount = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user