From: Adam Dickmeiss Date: Wed, 2 Feb 2005 23:07:56 +0000 (+0000) Subject: Put two spaces before datafield end tag (includes subfields) X-Git-Tag: YAZ.2.0.34~18 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=96a3a7bc95bf4014fb1224a7e3ad711e5e20e785 Put two spaces before datafield end tag (includes subfields) --- 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;