X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2Fd1_attset.c;h=b045f7ea2b6d0468b09add968ade1fd663f6cc8c;hb=7eb2f0de616840d9a340519eac4c271820cd1248;hp=04401c56d94e26ae50988502f753e11b659e69dc;hpb=e77a0b69d06145878c5ba474b1ec0293e6015a18;p=yaz-moved-to-github.git diff --git a/retrieval/d1_attset.c b/retrieval/d1_attset.c index 04401c5..b045f7e 100644 --- a/retrieval/d1_attset.c +++ b/retrieval/d1_attset.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: d1_attset.c,v $ - * Revision 1.5 1996-05-09 07:27:43 quinn + * Revision 1.6 1997-09-05 09:50:56 adam + * Removed global data1_tabpath - uses data1_get_tabpath() instead. + * + * Revision 1.5 1996/05/09 07:27:43 quinn * Multiple local attributes values supported. * * Revision 1.4 1996/02/21 15:23:36 quinn @@ -57,7 +60,7 @@ data1_attset *data1_read_attset(char *file) data1_att **attp; FILE *f; - if (!(f = yaz_path_fopen(data1_tabpath, file, "r"))) + if (!(f = yaz_path_fopen(data1_get_tabpath(), file, "r"))) { logf(LOG_WARN|LOG_ERRNO, "%s", file); return 0;