Ignore register and shadow
[idzebra-moved-to-github.git] / index / invstat.c
index 905e961..8a1cf1a 100644 (file)
@@ -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
+ */
+