X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsolr.c;h=8c1e29f23e6b1986b84f76a7e3ba43f094630328;hp=734e3653ab6eca06b2b83618c76753a310ab637e;hb=c8eb759d01c901904810106986d58ff1bb72e3f4;hpb=b11da5f84991a07de9caf4ab52478e0e5a1028e0 diff --git a/src/solr.c b/src/solr.c index 734e365..8c1e29f 100644 --- a/src/solr.c +++ b/src/solr.c @@ -127,7 +127,7 @@ static Z_AttributeList *yaz_solr_use_atttribute_create(ODR o, const char *name) elements = (Z_AttributeElement**) odr_malloc (o, attributes->num_attributes * sizeof(*elements)); elements[0] = (Z_AttributeElement*)odr_malloc(o,sizeof(**elements)); elements[0]->attributeType = odr_malloc(o, sizeof(*elements[0]->attributeType)); - *elements[0]->attributeType = 1; + *elements[0]->attributeType = 1; elements[0]->attributeSet = odr_nullval(); elements[0]->which = Z_AttributeValue_complex; elements[0]->value.complex = (Z_ComplexAttribute *) odr_malloc(o, sizeof(Z_ComplexAttribute));