From 2cac9ba528765341f58d8137600b6eca67c7c5ca Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 21 Oct 2010 20:14:07 +0000 Subject: [PATCH] Corrected printing of array properties. --- bacnet-stack/demo/handler/h_rpm_a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/demo/handler/h_rpm_a.c b/bacnet-stack/demo/handler/h_rpm_a.c index aafe84c3..b150d86e 100644 --- a/bacnet-stack/demo/handler/h_rpm_a.c +++ b/bacnet-stack/demo/handler/h_rpm_a.c @@ -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) {