X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_marc.c;h=3ef817260fee9ceec382ace518cf81b39f396571;hb=de79197bd3ee5ef00d6d6353ef4f83d035fe4e1c;hp=a7d8a7b9516e27c076666f8204c20f4340bce9ff;hpb=e97b4b1ddf6384271c79b15635f41267ae5e0ed1;p=idzebra-moved-to-github.git diff --git a/data1/d1_marc.c b/data1/d1_marc.c index a7d8a7b..3ef8172 100644 --- a/data1/d1_marc.c +++ b/data1/d1_marc.c @@ -1,4 +1,4 @@ -/* $Id: d1_marc.c,v 1.13 2006-02-10 15:19:55 adam Exp $ +/* $Id: d1_marc.c,v 1.15 2006-06-08 10:33:19 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -44,10 +44,7 @@ data1_marctab *data1_read_marctab (data1_handle dh, const char *file) int argc; if (!(f = data1_path_fopen(dh, file, "r"))) - { - yaz_log(YLOG_WARN|YLOG_ERRNO, "%s", file); return 0; - } res->name = 0; res->reference = VAL_NONE; @@ -485,3 +482,11 @@ char *data1_nodetomarc(data1_handle dh, data1_marctab *p, data1_node *n, *len = nodetomarc(dh, p, n, selected, buf, size); return *buf; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +