aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/fulltextindex/fti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fulltextindex/fti.c b/contrib/fulltextindex/fti.c
index aa5f066897c..be4522321d7 100644
--- a/contrib/fulltextindex/fti.c
+++ b/contrib/fulltextindex/fti.c
@@ -346,7 +346,7 @@ is_stopword(char *text)
char **StopLow; /* for list of stop-words */
char **StopHigh;
char **StopMiddle;
- unsigned int difference;
+ int difference;
StopLow = &StopWords[0]; /* initialize stuff for binary search */
StopHigh = endof(StopWords);