X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclfind.c;h=ff9459039e10cbf130c5da26eed9ccf2146dabe5;hb=a7b99c21cc2445c19d3f76150049b42a96631b48;hp=4e0bdb49a48614ef455b14e71e475d215e7401e4;hpb=448e7f2a48f6485a8d452c75420524fb37453bc1;p=yaz-moved-to-github.git diff --git a/ccl/cclfind.c b/ccl/cclfind.c index 4e0bdb4..ff94590 100644 --- a/ccl/cclfind.c +++ b/ccl/cclfind.c @@ -45,7 +45,10 @@ * Europagate, 1995 * * $Log: cclfind.c,v $ - * Revision 1.19 2000-11-16 09:58:02 adam + * Revision 1.20 2000-11-16 13:03:12 adam + * Function ccl_rpn_query sets attributeSet to Bib-1. + * + * Revision 1.19 2000/11/16 09:58:02 adam * Implemented local AttributeSet setting for CCL field maps. * * Revision 1.18 2000/10/17 19:50:28 adam @@ -351,7 +354,7 @@ static struct ccl_rpn_node *search_term_x (CCL_parser cclp, int truncation_value = -1; int completeness_value = -1; int len = 0; - int max = 200; + size_t max = 200; if (and_list || or_list) max = 1;