From 4bed35ab0329789b94620258dc57db5db37bfe02 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 10 Sep 2009 09:13:06 +0200 Subject: [PATCH] MARC checkout output: No ()s in comments --- src/marcdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/marcdisp.c b/src/marcdisp.c index 43a48f2..8a25d60 100644 --- 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; -- 1.7.10.4