From: Adam Dickmeiss Date: Sun, 10 Oct 2004 21:43:21 +0000 (+0000) Subject: Use other type to avoid warning X-Git-Tag: YAZ.2.0.28~30 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2d2263d4725895b9bc52a91d3a2b1ceca85e2919 Use other type to avoid warning --- diff --git a/src/cclfind.c b/src/cclfind.c index 0883235..bef1d81 100644 --- a/src/cclfind.c +++ b/src/cclfind.c @@ -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; ilook_token->len; i++) { if (cclp->look_token->name[i] == '-')