One more fix confusion

This commit is contained in:
Teodor Sigaev 2003-12-05 15:37:51 +00:00
parent 8f678600c2
commit a5a68766e1
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ void tsearch2_end_parse() {
/* start parse from string */
void tsearch2_start_parse_str(char* str, int limit) {
if (buf) end_parse();
if (buf) tsearch2_end_parse();
buf = tsearch2_yy_scan_bytes( str, limit );
tsearch2_yy_switch_to_buffer( buf );
BEGIN INITIAL;