Use other type to avoid warning
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 10 Oct 2004 21:43:21 +0000 (21:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 10 Oct 2004 21:43:21 +0000 (21:43 +0000)
src/cclfind.c

index 0883235..bef1d81 100644 (file)
@@ -44,7 +44,7 @@
 /* CCL find (to rpn conversion)
  * Europagate, 1995
  *
- * $Id: cclfind.c,v 1.4 2004-09-29 20:37:50 adam Exp $
+ * $Id: cclfind.c,v 1.5 2004-10-10 21:43:21 adam Exp $
  *
  * Old Europagate log:
  *
@@ -574,7 +574,7 @@ struct ccl_rpn_node *qualifiers_order (CCL_parser cclp,
        /* relation is =. Extract "embedded" - to separate terms */
        if (KIND == CCL_TOK_TERM)
        {
-           int i;
+           size_t i;
            for (i = 0; i<cclp->look_token->len; i++)
            {
                if (cclp->look_token->name[i] == '-')