X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Ftrunc.c;h=c664daae7c8461bbad914994294eab022ad1f3b7;hb=980ed96922282e7d6e20df51c14a7bb6e97246e8;hp=fb9ae9ca603837d77b596bee7d614219241aaee8;hpb=4478d785b7769691261005c98063b98a5a5971b3;p=idzebra-moved-to-github.git diff --git a/index/trunc.c b/index/trunc.c index fb9ae9c..c664daa 100644 --- a/index/trunc.c +++ b/index/trunc.c @@ -1,5 +1,5 @@ -/* $Id: trunc.c,v 1.67 2006-08-14 10:40:15 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: trunc.c,v 1.69 2007-10-29 16:57:53 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -404,7 +404,7 @@ RSET rset_trunc(ZebraHandle zi, ISAM_P *isam_p, int no, const char *term, int length, const char *flags, int preserve_position, int term_type, NMEM rset_nmem, struct rset_key_control *kctrl, int scope, - struct ord_list *ol, int reg_type, + struct ord_list *ol, const char *index_type, zint hits_limit, const char *term_ref_id) { TERMID termid; @@ -412,7 +412,7 @@ RSET rset_trunc(ZebraHandle zi, ISAM_P *isam_p, int no, int trunc_chunk; termid = rset_term_create(term, length, flags, term_type, rset_nmem, ol, - reg_type, hits_limit, term_ref_id); + *index_type, hits_limit, term_ref_id); if (no < 1) return rset_create_null(rset_nmem, kctrl, termid);