X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Fregxread.c;h=7b7b8bee91ce1e7c599bbd5258da94d446cad26e;hb=5e7516d00451ada59a311fad05e8e3959242cdc7;hp=6fdbd89b2ce47bd18af85a7bc04fd4922f903b54;hpb=05692dfdf2fe5f33a9215caaeaaa6b0c22333db7;p=idzebra-moved-to-github.git diff --git a/recctrl/regxread.c b/recctrl/regxread.c index 6fdbd89..7b7b8be 100644 --- a/recctrl/regxread.c +++ b/recctrl/regxread.c @@ -3,7 +3,10 @@ * All rights reserved. * * $Log: regxread.c,v $ - * Revision 1.37 2001-05-29 08:51:59 adam + * Revision 1.38 2002-04-04 20:50:37 adam + * Multi register works with record paths and data1 profile path + * + * Revision 1.37 2001/05/29 08:51:59 adam * More fixes for character encodings. * * Revision 1.36 2001/05/22 21:02:26 adam @@ -753,13 +756,13 @@ int readFileSpec (struct lexSpec *spec) if (spec->tcl_interp) { sprintf (fname, "%s.tflt", spec->name); - spec_inf = yaz_path_fopen (data1_get_tabpath(spec->dh), fname, "r"); + spec_inf = data1_path_fopen (spec->dh, fname, "r"); } #endif if (!spec_inf) { sprintf (fname, "%s.flt", spec->name); - spec_inf = yaz_path_fopen (data1_get_tabpath(spec->dh), fname, "r"); + spec_inf = data1_path_fopen (spec->dh, fname, "r"); } if (!spec_inf) {