X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fattribute.c;h=e37e3a0b8e35b6279c8f5a283b8e4146a4408cb7;hb=7786ecc8ce35a72145aeb9c098a4cfcc9d3c4822;hp=4fb5bb2aa29eb3bbc29098ff70801f7218573c99;hpb=1872e3fc60b482771bbd1cb4b0290b8d6a9ef5d0;p=idzebra-moved-to-github.git diff --git a/index/attribute.c b/index/attribute.c index 4fb5bb2..e37e3a0 100644 --- a/index/attribute.c +++ b/index/attribute.c @@ -1,4 +1,4 @@ -/* $Id: attribute.c,v 1.29 2007-04-16 08:44:31 adam Exp $ +/* $Id: attribute.c,v 1.30 2007-04-16 21:54:37 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -193,7 +193,7 @@ ZEBRA_RES zebra_sort_get_ord(ZebraHandle zh, if (zebra_attr_list_get_ord( zh, sortAttributes->list, zinfo_index_category_sort, - -1 /* any index */, yaz_oid_attset_bib1(), ord) == ZEBRA_OK) + -1 /* any index */, yaz_oid_attset_bib_1, ord) == ZEBRA_OK) return ZEBRA_OK; return ZEBRA_FAIL; }