Fixed bug with CRLF between two encoded words.
This commit is contained in:
parent
4315b50297
commit
5b638bbfdf
@ -690,7 +690,7 @@ void text::decodeAndUnfold(const string::const_iterator& inStart, const string::
|
||||
|
||||
for ( ; ; )
|
||||
{
|
||||
if (p == end || *p == '\n')
|
||||
if (p == end) // || *p == '\n')
|
||||
{
|
||||
string::const_iterator textEnd = p;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user