X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2Ftrunc.c;h=b41659242133e18f551459ac047b01e5387e3670;hb=7a2d0f25682890bde5d8f2883d6020df2ed0b365;hp=63b27e8e8d38b30c1aa7b5d614c7c6951fd8f539;hpb=5498d6d66ab0f3639b6d4517cad14f2ba25b7553;p=idzebra-moved-to-github.git diff --git a/index/trunc.c b/index/trunc.c index 63b27e8..b416592 100644 --- a/index/trunc.c +++ b/index/trunc.c @@ -1,4 +1,4 @@ -/* $Id: trunc.c,v 1.59 2005-06-06 21:31:08 adam Exp $ +/* $Id: trunc.c,v 1.60 2005-06-07 14:53:39 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -400,13 +400,14 @@ 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) + struct ord_list *ol, int reg_type) { TERMID termid; RSET result; int trunc_chunk; - termid = rset_term_create(term, length, flags, term_type, rset_nmem, ol); + termid = rset_term_create(term, length, flags, term_type, rset_nmem, ol, + reg_type); if (no < 1) return rsnull_create(rset_nmem, kctrl, termid);