Corrected printing of array properties.
This commit is contained in:
@@ -249,7 +249,7 @@ void rpm_ack_print_data(
|
|||||||
listOfProperties->propertyIdentifier;
|
listOfProperties->propertyIdentifier;
|
||||||
object_value.array_index =
|
object_value.array_index =
|
||||||
listOfProperties->propertyArrayIndex;
|
listOfProperties->propertyArrayIndex;
|
||||||
object_value.value = listOfProperties->value;
|
object_value.value = value;
|
||||||
bacapp_print_value(stdout, &object_value);
|
bacapp_print_value(stdout, &object_value);
|
||||||
#if PRINT_ENABLED
|
#if PRINT_ENABLED
|
||||||
if (value->next) {
|
if (value->next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user