MARC checkout output: No ()s in comments
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 Sep 2009 07:13:06 +0000 (09:13 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 Sep 2009 07:13:06 +0000 (09:13 +0200)
src/marcdisp.c

index 43a48f2..8a25d60 100644 (file)
@@ -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));
         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;
             break;
         default:
             break;