fixed amb477, textparser_smc crash

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401115
This commit is contained in:
David Anderson 2007-07-14 02:06:42 +00:00
parent c33c27391f
commit 12696fc289

View File

@ -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. /* 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! * Breaking out will force this to be the new reparse point!
*/ */
reparse_point = &reparse_point[i]; reparse_point = &parse_point[i];
break; break;
} }
if (parse_point[i + 1] == '/') if (parse_point[i + 1] == '/')