X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fcclqual.c;h=57a82a857e37955a2dc38624921bd67d42e915af;hb=14136ccc562d5d894fb2ba59304ae64d3516f518;hp=8aa1f28326b4e239e3aa4a8ec57ab14c55be6476;hpb=85a2e7affad79fd8bd59b403ba7b5f7867d60523;p=yaz-moved-to-github.git diff --git a/ccl/cclqual.c b/ccl/cclqual.c index 8aa1f28..57a82a8 100644 --- a/ccl/cclqual.c +++ b/ccl/cclqual.c @@ -45,7 +45,11 @@ * Europagate, 1995 * * $Log: cclqual.c,v $ - * Revision 1.6 1997-04-30 08:52:07 quinn + * Revision 1.7 1997-09-01 08:48:12 adam + * New windows NT/95 port using MSV5.0. Only a few changes made + * to avoid warnings. + * + * Revision 1.6 1997/04/30 08:52:07 quinn * Null * * Revision 1.5 1996/10/11 15:00:25 adam @@ -189,7 +193,7 @@ void ccl_qual_rm (CCL_bibset *b) * len: Length of name. * return: Attribute info. NULL if not found. */ -struct ccl_rpn_attr *ccl_qual_search (CCL_bibset b, const char *name, int len) +struct ccl_rpn_attr *ccl_qual_search (CCL_bibset b, const char *name, size_t len) { struct ccl_qualifier *q;