X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Finvstat.c;h=8a1cf1ab3c4f57df6415890d0b01286cd93a9cad;hb=9ceac3e96fe083b93b6fd4a676003dd10482e465;hp=905e961bee1125453fdbb6d034281744b8456423;hpb=30bb91a2915de98455a8f7a5af5c087239f22203;p=idzebra-moved-to-github.git diff --git a/index/invstat.c b/index/invstat.c index 905e961..8a1cf1a 100644 --- a/index/invstat.c +++ b/index/invstat.c @@ -1,4 +1,4 @@ -/* $Id: invstat.c,v 1.49 2006-05-05 09:14:03 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); } @@ -299,3 +299,11 @@ int zebra_register_statistics (ZebraHandle zh, int dumpdict) return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +