X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=data1%2Fd1_handle.c;h=f6ea2d76d086782ac638f30c1f62563fc7fda6ff;hp=d2ebb796b5f6c0ed376c516b31182ebe73b6488e;hb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;hpb=a11eb314509b40582a1c44450e540aa2defee325 diff --git a/data1/d1_handle.c b/data1/d1_handle.c index d2ebb79..f6ea2d7 100644 --- a/data1/d1_handle.c +++ b/data1/d1_handle.c @@ -1,4 +1,4 @@ -/* $Id: d1_handle.c,v 1.9 2006-05-05 13:17:34 adam Exp $ +/* $Id: d1_handle.c,v 1.11 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -150,9 +150,9 @@ const char *data1_get_tabroot (data1_handle dp) FILE *data1_path_fopen (data1_handle dh, const char *file, const char *mode) { - yaz_log(YLOG_DEBUG, "data1_fath_fopen file=%s mode=%s", file, mode); const char *path = data1_get_tabpath(dh); const char *root = data1_get_tabroot(dh); + yaz_log(YLOG_DEBUG, "data1_fath_fopen file=%s mode=%s", file, mode); return yaz_fopen (path, file, "r", root); } @@ -160,3 +160,11 @@ int data1_is_xmlmode(data1_handle dh) { return 1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +