X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Ftrav.c;h=e251f244a445967baaa717b98a38febaee55297d;hb=b9093505b17a074e79137ed64595c8269f77d330;hp=9b5ececc1fc0e36e498dab3bc7498d4083660112;hpb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;p=idzebra-moved-to-github.git diff --git a/index/trav.c b/index/trav.c index 9b5ecec..e251f24 100644 --- a/index/trav.c +++ b/index/trav.c @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: trav.c,v $ - * Revision 1.30 1997-09-09 13:38:09 adam + * Revision 1.31 1997-09-17 12:19:17 adam + * Zebra version corresponds to YAZ version 1.4. + * Changed Zebra server so that it doesn't depend on global common_resource. + * + * Revision 1.30 1997/09/09 13:38:09 adam * Partial port to WIN95/NT. * * Revision 1.29 1997/02/12 20:39:47 adam @@ -356,7 +360,7 @@ void repositoryShow (struct recordGroup *rGroup) Dict dict; struct dirs_info *di; - if (!(dict = dict_open (FMATCH_DICT, 50, 1))) + if (!(dict = dict_open (rGroup->bfs, FMATCH_DICT, 50, 1))) { logf (LOG_FATAL, "dict_open fail of %s", FMATCH_DICT); exit (1); @@ -471,7 +475,7 @@ void repositoryUpdate (struct recordGroup *rGroup) if (rGroup->recordId && !strcmp (rGroup->recordId, "file")) { Dict dict; - if (!(dict = dict_open (FMATCH_DICT, 50, 1))) + if (!(dict = dict_open (rGroup->bfs, FMATCH_DICT, 50, 1))) { logf (LOG_FATAL, "dict_open fail of %s", FMATCH_DICT); exit (1);