This commit is contained in:
Vincent Richard 2013-12-28 14:07:16 +01:00
commit a3206f1689

View File

@ -185,7 +185,7 @@ shared_ptr <word> word::parseNext
pos += 2; // ?= pos += 2; // ?=
shared_ptr <word> w = make_shared <word>(); shared_ptr <word> w = make_shared <word>();
w->parse(buffer, wordStart, pos, NULL); w->parse(ctx, buffer, wordStart, pos, NULL);
if (newPosition) if (newPosition)
*newPosition = pos; *newPosition = pos;