From 96a3a7bc95bf4014fb1224a7e3ad711e5e20e785 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 2 Feb 2005 23:07:56 +0000 Subject: [PATCH] Put two spaces before datafield end tag (includes subfields) --- src/marcdisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/marcdisp.c b/src/marcdisp.c index d07d291..8473f9f 100644 --- a/src/marcdisp.c +++ b/src/marcdisp.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: marcdisp.c,v 1.13 2005-02-02 20:50:38 adam Exp $ + * $Id: marcdisp.c,v 1.14 2005-02-02 23:07:56 adam Exp $ */ /** @@ -459,7 +459,7 @@ int yaz_marc_decode_wrbuf (yaz_marc_t mt, const char *buf, int bsize, WRBUF wr) break; case YAZ_MARC_MARCXML: if (identifier_flag) - wrbuf_puts (wr, "\n"); + wrbuf_puts (wr, " \n"); else wrbuf_puts (wr, "\n"); break; -- 1.7.10.4