Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a5a6876

Browse files
committed
One more fix confusion
1 parent 8f67860 commit a5a6876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tsearch2/wordparser/parser.l

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ void tsearch2_end_parse() {
289289

290290
/* start parse from string */
291291
void tsearch2_start_parse_str(char* str, int limit) {
292-
if (buf) end_parse();
292+
if (buf) tsearch2_end_parse();
293293
buf = tsearch2_yy_scan_bytes( str, limit );
294294
tsearch2_yy_switch_to_buffer( buf );
295295
BEGIN INITIAL;

0 commit comments

Comments
 (0)