Skip to content

Commit f35e8d8

Browse files
committed
Fix silly bug
1 parent ba0f38d commit f35e8d8

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