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

Commit6d87107

Browse files
committed
Result of strcmp() is a signed int. Per bug report
from Paul McGarry.
1 parentcdeca5f commit6d87107

File tree

1 file changed

+1
-1
lines changed
  • contrib/fulltextindex

1 file changed

+1
-1
lines changed

‎contrib/fulltextindex/fti.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ is_stopword(char *text)
346346
char**StopLow;/* for list of stop-words */
347347
char**StopHigh;
348348
char**StopMiddle;
349-
unsignedintdifference;
349+
intdifference;
350350

351351
StopLow=&StopWords[0];/* initialize stuff for binary search */
352352
StopHigh=endof(StopWords);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp