X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Ftrav.c;h=150fc27a9f68509d5661da83065adccbe6cfc59b;hb=4415da5dbbba04e50d4524347486d60113ed569c;hp=fec9d6a63e37863bdf145c77bada74bb70520a65;hpb=3c5f6226f97612c0d6ac40591f600587c5ffa858;p=idzebra-moved-to-github.git diff --git a/index/trav.c b/index/trav.c index fec9d6a..150fc27 100644 --- a/index/trav.c +++ b/index/trav.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: trav.c,v $ - * Revision 1.35 1999-02-02 14:51:09 adam + * Revision 1.36 1999-05-15 14:36:38 adam + * Updated dictionary. Implemented "compression" of dictionary. + * + * Revision 1.35 1999/02/02 14:51:09 adam * Updated WIN32 code specific sections. Changed header. * * Revision 1.34 1998/06/08 14:43:14 adam @@ -393,7 +396,7 @@ void repositoryShow (struct recordGroup *rGroup) Dict dict; struct dirs_info *di; - if (!(dict = dict_open (rGroup->bfs, FMATCH_DICT, 50, 0))) + if (!(dict = dict_open (rGroup->bfs, FMATCH_DICT, 50, 0, 0))) { logf (LOG_FATAL, "dict_open fail of %s", FMATCH_DICT); return; @@ -508,7 +511,8 @@ void repositoryUpdate (struct recordGroup *rGroup) if (rGroup->recordId && !strcmp (rGroup->recordId, "file")) { Dict dict; - if (!(dict = dict_open (rGroup->bfs, FMATCH_DICT, 50, rGroup->flagRw))) + if (!(dict = dict_open (rGroup->bfs, FMATCH_DICT, 50, + rGroup->flagRw, 0))) { logf (LOG_FATAL, "dict_open fail of %s", FMATCH_DICT); return ;