projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a44ce
)
Use other type to avoid warning
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 10 Oct 2004 21:43:21 +0000
(21:43 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 10 Oct 2004 21:43:21 +0000
(21:43 +0000)
src/cclfind.c
patch
|
blob
|
history
diff --git
a/src/cclfind.c
b/src/cclfind.c
index
0883235
..
bef1d81
100644
(file)
--- 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; i<cclp->look_token->len; i++)
{
if (cclp->look_token->name[i] == '-')