X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Finvstat.c;h=8a1cf1ab3c4f57df6415890d0b01286cd93a9cad;hb=27742a4ea82e9b3494c166203b06d1d7c48da923;hp=40fc02a0d5291f9c7dcb06ec87d8f444b34306b4;hpb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;p=idzebra-moved-to-github.git diff --git a/index/invstat.c b/index/invstat.c index 40fc02a..8a1cf1a 100644 --- a/index/invstat.c +++ b/index/invstat.c @@ -1,4 +1,4 @@ -/* $Id: invstat.c,v 1.50 2006-05-10 08:13:21 adam Exp $ +/* $Id: invstat.c,v 1.51 2006-05-19 23:20:24 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -58,7 +58,7 @@ static void print_dict_item (ZebraHandle zh, const char *s, zint count, *dst = '\0'; else { - zebraExplain_lookup_ord (zh->reg->zei, ord, &index_type, &db, 0, 0, 0); + zebraExplain_lookup_ord (zh->reg->zei, ord, &index_type, &db, 0); zebra_term_untrans(zh, index_type, dst, s + len); }