X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2Fd1_tagset.c;h=1abd9fe0aa55161b4f02494ed2790b74ea90a9a9;hb=a1743ee8f71f729c1cc264e70d926b0908f77adc;hp=65b9daa69e72c5c660b857893072f1024d766c9c;hpb=b440dce0831a72bebe4f4821ab7771cc05e8facb;p=yaz-moved-to-github.git diff --git a/retrieval/d1_tagset.c b/retrieval/d1_tagset.c index 65b9daa..1abd9fe 100644 --- a/retrieval/d1_tagset.c +++ b/retrieval/d1_tagset.c @@ -4,7 +4,16 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: d1_tagset.c,v $ - * Revision 1.12 1999-08-27 09:40:32 adam + * Revision 1.15 2002-04-04 20:49:46 adam + * New functions yaz_is_abspath, yaz_path_fopen_base + * + * Revision 1.14 1999/11/30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.13 1999/10/21 12:06:29 adam + * Retrieval module no longer uses ctype.h - functions. + * + * Revision 1.12 1999/08/27 09:40:32 adam * Renamed logf function to yaz_log. Removed VC++ project files. * * Revision 1.11 1998/10/19 14:16:36 adam @@ -54,11 +63,10 @@ #include #include -#include #include -#include -#include +#include +#include /* * We'll probably want to add some sort of hashed index to these lookup- @@ -160,7 +168,7 @@ data1_tagset *data1_read_tagset (data1_handle dh, const char *file, int type) int argc; char *argv[50], line[512]; - if (!(f = yaz_path_fopen(data1_get_tabpath(dh), file, "r"))) + if (!(f = data1_path_fopen(dh, file, "r"))) { yaz_log(LOG_WARN|LOG_ERRNO, "%s", file); return 0;