Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita5a6876

Browse files
committed
One more fix confusion
1 parent8f67860 commita5a6876

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
voidtsearch2_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)

[8]ページ先頭

©2009-2025 Movatter.jp