X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmarcdisp.c;h=a544fcf90c9244b1a1206895510326168c1c2261;hb=719e0dcf2d15c08086a06457701e21c6aff3d791;hp=652db12585327e8800cd5e4df2c92388dc90132a;hpb=00106dc85fcaa3b02f9a0d471ea90a594bf3a175;p=yaz-moved-to-github.git diff --git a/src/marcdisp.c b/src/marcdisp.c index 652db12..a544fcf 100644 --- a/src/marcdisp.c +++ b/src/marcdisp.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: marcdisp.c,v 1.4 2004-03-15 21:39:06 adam Exp $ + * $Id: marcdisp.c,v 1.5 2004-03-16 13:15:58 adam Exp $ */ #if HAVE_CONFIG_H @@ -43,7 +43,6 @@ void yaz_marc_destroy(yaz_marc_t mt) static void marc_cdata (yaz_marc_t mt, const char *buf, size_t len, WRBUF wr) { - size_t i; if (mt->xml == YAZ_MARC_ISO2709) wrbuf_iconv_write(wr, mt->iconv_cd, buf, len); else if (mt->xml == YAZ_MARC_LINE)