X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=retrieval%2Fd1_handle.c;h=541ee84a081bcb8c8994033d4f308f8457635a75;hb=a1743ee8f71f729c1cc264e70d926b0908f77adc;hp=d1c7f95f724b978608df5c53db6b97cf302b930e;hpb=98f0cc2d7eeed27912edb88bf16512bb622b19ee;p=yaz-moved-to-github.git diff --git a/retrieval/d1_handle.c b/retrieval/d1_handle.c index d1c7f95..541ee84 100644 --- a/retrieval/d1_handle.c +++ b/retrieval/d1_handle.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data. * See the file LICENSE for details. * - * $Id: d1_handle.c,v 1.7 2002-04-04 20:49:46 adam Exp $ + * $Id: d1_handle.c,v 1.8 2002-04-05 12:46:07 adam Exp $ */ #include @@ -128,5 +128,5 @@ FILE *data1_path_fopen (data1_handle dh, const char *file, const char *mode) { const char *path = data1_get_tabpath(dh); const char *root = data1_get_tabroot(dh); - return yaz_path_fopen_base (path, file, "r", root); + return yaz_fopen (path, file, "r", root); }