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

Commitf35e8d8

Browse files
committed
Fix silly bug
1 parentba0f38d commitf35e8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/tsearch2/ts_stat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ ts_stat_sql(text *txt, text *ws)
457457
if (ws ) {
458458
char*buf;
459459
buf=VARDATA(ws);
460-
while(buf-VARDATA(ws)<VARSIZE(buf)-VARHDRSZ ) {
460+
while(buf-VARDATA(ws)<VARSIZE(ws)-VARHDRSZ ) {
461461
switch (tolower(*buf)) {
462462
case'a':
463463
stat->weight |=1 <<3;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp