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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy