Merge branch 'master' of https://github.com/kisli/vmime
This commit is contained in:
commit
a3206f1689
@ -185,7 +185,7 @@ shared_ptr <word> word::parseNext
|
||||
pos += 2; // ?=
|
||||
|
||||
shared_ptr <word> w = make_shared <word>();
|
||||
w->parse(buffer, wordStart, pos, NULL);
|
||||
w->parse(ctx, buffer, wordStart, pos, NULL);
|
||||
|
||||
if (newPosition)
|
||||
*newPosition = pos;
|
||||
|
Loading…
Reference in New Issue
Block a user