X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Finvstat.c;fp=index%2Finvstat.c;h=8a1cf1ab3c4f57df6415890d0b01286cd93a9cad;hb=1369748dd7899789c97d94801048bf942e0cc6e6;hp=40fc02a0d5291f9c7dcb06ec87d8f444b34306b4;hpb=68df4151853ed44cb353f8a03c97822423284d6a;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); }