X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Finvstat.c;h=4781c50120a8e683e9518f4e4c90eeecdfa325e2;hb=78e20a4e6a704e81bddb2ac37caf83f5a670041d;hp=e08685ac154bc8eb929ad523941b06aa0df21f0a;hpb=bceca936710690858ea162e7bc22de819f0e280f;p=idzebra-moved-to-github.git diff --git a/index/invstat.c b/index/invstat.c index e08685a..4781c50 100644 --- a/index/invstat.c +++ b/index/invstat.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: invstat.c,v $ - * Revision 1.10 1999-05-12 13:08:06 adam + * Revision 1.11 1999-05-15 14:36:38 adam + * Updated dictionary. Implemented "compression" of dictionary. + * + * Revision 1.10 1999/05/12 13:08:06 adam * First version of ISAMS. * * Revision 1.9 1999/02/12 13:29:23 adam @@ -140,7 +143,7 @@ void inv_prstat (BFiles bfs) term_dict[0] = 1; term_dict[1] = 0; - dict = dict_open (bfs, FNAME_DICT, 100, 0); + dict = dict_open (bfs, FNAME_DICT, 100, 0, 0); if (!dict) { logf (LOG_FATAL, "dict_open fail");