X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzsets.c;h=299a5342179513df551c4d3eae2c8087193a4b4a;hb=c5b916eaefb0d82a54e280ea5b43bb9cee7af7c9;hp=ac28c8e40159c533c0929b7ee8ae57a9dec0acdf;hpb=f0e68a4ee36180d52d69369d0bb09a33392bb643;p=idzebra-moved-to-github.git diff --git a/index/zsets.c b/index/zsets.c index ac28c8e..299a534 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -1,4 +1,4 @@ -/* $Id: zsets.c,v 1.42 2003-02-27 22:55:40 adam Exp $ +/* $Id: zsets.c,v 1.44 2003-03-26 16:41:48 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -691,7 +691,7 @@ void resultSetSortSingle (ZebraHandle zh, NMEM nmem, yaz_log (LOG_LOG, "resultSetSortSingle end"); } -RSET resultSetRef (ZebraHandle zh, Z_ResultSetId *resultSetId) +RSET resultSetRef (ZebraHandle zh, const char *resultSetId) { ZebraSet s; @@ -765,7 +765,7 @@ ZebraRankClass zebraRankLookup (ZebraHandle zh, const char *name) if (p && !p->init_flag) { if (p->control->create) - p->class_handle = (*p->control->create)(zh->reg); + p->class_handle = (*p->control->create)(zh); p->init_flag = 1; } return p;