projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1769f2f
)
Put two spaces before datafield end tag (includes subfields)
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Feb 2005 23:07:56 +0000
(23:07 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Feb 2005 23:07:56 +0000
(23:07 +0000)
src/marcdisp.c
patch
|
blob
|
history
diff --git
a/src/marcdisp.c
b/src/marcdisp.c
index
d07d291
..
8473f9f
100644
(file)
--- 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, "</datafield>\n");
+ wrbuf_puts (wr, " </datafield>\n");
else
wrbuf_puts (wr, "</controlfield>\n");
break;