Corrected printing of array properties.

This commit is contained in:
skarg
2010-10-21 20:14:07 +00:00
parent e77f12d261
commit 2cac9ba528
+1 -1
View File
@@ -249,7 +249,7 @@ void rpm_ack_print_data(
listOfProperties->propertyIdentifier;
object_value.array_index =
listOfProperties->propertyArrayIndex;
object_value.value = listOfProperties->value;
object_value.value = value;
bacapp_print_value(stdout, &object_value);
#if PRINT_ENABLED
if (value->next) {