X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharneg.c;fp=src%2Fcharneg.c;h=b7e750c9290752bd7cd9ae729c5279f5568981aa;hb=28c5fe25e891098bcf5f18dfd0e3abe729dc340f;hp=4794d7cbc061f74967cca266ec5e34351f47ce2f;hpb=38dfcb07c905b2ba53e84678c3ce53c40e27b0b7;p=yaz-moved-to-github.git diff --git a/src/charneg.c b/src/charneg.c index 4794d7c..b7e750c 100644 --- a/src/charneg.c +++ b/src/charneg.c @@ -37,9 +37,6 @@ static Z_External* z_ext_record2(ODR o, const char *buf) if (!(p->u.octet_aligned->buf = (char *)odr_malloc(o, len))) return 0; p->u.octet_aligned->len = len; -#if OCT_SIZE - p->u.octet_aligned->size = len; -#endif memcpy(p->u.octet_aligned->buf, buf, len); return p;