diff --git a/core/TextParsers.cpp b/core/TextParsers.cpp index 1fd4ad6d..b7e48684 100644 --- a/core/TextParsers.cpp +++ b/core/TextParsers.cpp @@ -436,7 +436,7 @@ SMCParseError TextParsers::ParseStream_SMC(void *stream, /* If we reached the end of the look-ahead, we need to re-check our input. * Breaking out will force this to be the new reparse point! */ - reparse_point = &reparse_point[i]; + reparse_point = &parse_point[i]; break; } if (parse_point[i + 1] == '/')