From a2cdae2301c7ca92aac80b63a1568ebdd7fbc03c Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 21 Oct 2005 11:11:52 +0000 Subject: [PATCH] added comment. --- bacnet-stack/rp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacnet-stack/rp.c b/bacnet-stack/rp.c index a58b96ba..381a293e 100644 --- a/bacnet-stack/rp.c +++ b/bacnet-stack/rp.c @@ -324,6 +324,8 @@ void testReadPropertyAck(Test * pTest) ct_test(pTest, test_data.array_index == data.array_index); ct_test(pTest, test_data.application_data_len == data.application_data_len); + /* since object property == object_id, decode the application data using + the appropriate decode function */ len = decode_object_id( test_data.application_data, &object,