From: Adam Dickmeiss Date: Thu, 10 Sep 2009 07:13:06 +0000 (+0200) Subject: MARC checkout output: No ()s in comments X-Git-Tag: v3.0.49~11^2~6 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4bed35ab0329789b94620258dc57db5db37bfe02;hp=df76df087008d3d53a68958b31a018a3e292791a MARC checkout output: No ()s in comments --- 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;