X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=data1%2Fd1_marc.c;h=ef3d301493a1c20c7ca19f1952ff6a4d87c58e5b;hb=0348ff0e69495870d980f29198072070e06f9c4e;hp=a1fc8d1ab5655349877aa2d112dd50302277040a;hpb=d6520c564eba0960fb3fedc6f5ad4a3f9653cc39;p=idzebra-moved-to-github.git diff --git a/data1/d1_marc.c b/data1/d1_marc.c index a1fc8d1..ef3d301 100644 --- a/data1/d1_marc.c +++ b/data1/d1_marc.c @@ -1,4 +1,4 @@ -/* $Id: d1_marc.c,v 1.4 2003-11-13 23:57:41 adam Exp $ +/* $Id: d1_marc.c,v 1.5 2003-11-28 23:06:59 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -231,10 +231,10 @@ static int nodetomarc(data1_handle dh, char *op; data1_node *field, *subf; - data1_pr_tree (dh, n, stdout); - - yaz_log (LOG_DEBUG, "nodetomarc"); +#if 0 data1_pr_tree(dh, n, stdout); +#endif + yaz_log (LOG_DEBUG, "nodetomarc"); memcpy (leader+5, p->record_status, 1); memcpy (leader+6, p->implementation_codes, 4);