From: Dennis Schafroth Date: Wed, 22 Sep 2010 14:13:27 +0000 (+0200) Subject: Cosmetic X-Git-Tag: v4.1.0~6^2~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=c8eb759d01c901904810106986d58ff1bb72e3f4;ds=sidebyside Cosmetic --- 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));