fixed amb477, textparser_smc crash
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401115
This commit is contained in:
parent
c33c27391f
commit
12696fc289
@ -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] == '/')
|
||||
|
Loading…
Reference in New Issue
Block a user