X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fattribute.c;h=2b55081017b4f627224a8cef123a03e3d037ae9b;hb=06085703f3b5bcadfaf65bb499924a1662f9289e;hp=59ae622e30284a4120b07f955bdc52ec767d7632;hpb=cb1402d1cc3fdc321a04a891c04b13cf9747ae0d;p=idzebra-moved-to-github.git diff --git a/index/attribute.c b/index/attribute.c index 59ae622..2b55081 100644 --- a/index/attribute.c +++ b/index/attribute.c @@ -1,5 +1,5 @@ -/* $Id: attribute.c,v 1.25 2006-06-23 11:21:38 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: attribute.c,v 1.28 2007-01-15 15:10:16 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #include @@ -190,11 +190,7 @@ ZEBRA_RES zebra_sort_get_ord(ZebraHandle zh, if (zebra_attr_list_get_ord(zh, sortAttributes->list, zinfo_index_category_sort, - 's', VAL_BIB1, ord)== ZEBRA_OK) - return ZEBRA_OK; - if (zebra_attr_list_get_ord(zh, sortAttributes->list, - zinfo_index_category_sort, - 'S', VAL_BIB1, ord)== ZEBRA_OK) + -1 /* any index */, VAL_BIB1, ord)== ZEBRA_OK) return ZEBRA_OK; return ZEBRA_FAIL; }