X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Finvstat.c;fp=index%2Finvstat.c;h=afa8b817b83bf6004fbe59b1b24b6d5a5a9e93b4;hb=ebcf2ad410ec9196eee698f021a1bfd6057bdc25;hp=76b99a3ae762ccdcc3a07ff148f298c0487ade0a;hpb=074e63e27b02896c927606ce5bb324a55613dd31;p=idzebra-moved-to-github.git diff --git a/index/invstat.c b/index/invstat.c index 76b99a3..afa8b81 100644 --- a/index/invstat.c +++ b/index/invstat.c @@ -1,4 +1,4 @@ -/* $Id: invstat.c,v 1.47 2006-02-20 12:41:42 adam Exp $ +/* $Id: invstat.c,v 1.48 2006-03-30 09:52:15 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); + zebraExplain_lookup_ord (zh->reg->zei, ord, &index_type, &db, 0, 0, 0); zebra_term_untrans(zh, index_type, dst, s + len); }