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:
df76df0
)
MARC checkout output: No ()s in comments
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 10 Sep 2009 07:13:06 +0000
(09:13 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 10 Sep 2009 07:13:06 +0000
(09:13 +0200)
src/marcdisp.c
patch
|
blob
|
history
diff --git
a/src/marcdisp.c
b/src/marcdisp.c
index
43a48f2
..
8a25d60
100644
(file)
--- a/
src/marcdisp.c
+++ b/
src/marcdisp.c
@@
-425,7
+425,7
@@
int yaz_marc_write_check(yaz_marc_t mt, WRBUF wr)
case YAZ_MARC_COMMENT:
wrbuf_iconv_write(wr, mt->iconv_cd,
n->u.comment, strlen(n->u.comment));
- wrbuf_puts(wr, ")\n");
+ wrbuf_puts(wr, "\n");
break;
default:
break;