From c8eb759d01c901904810106986d58ff1bb72e3f4 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 22 Sep 2010 16:13:27 +0200 Subject: [PATCH] Cosmetic --- src/solr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 1.7.10.4