From dfbc130dad27f9f779a7470d579410b2ee4d6cdd Mon Sep 17 00:00:00 2001 From: skarg Date: Sun, 17 Apr 2005 01:35:16 +0000 Subject: [PATCH] fixed comment. --- bacnet-stack/bacdcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/bacdcode.c b/bacnet-stack/bacdcode.c index c4857414..88dc4c61 100644 --- a/bacnet-stack/bacdcode.c +++ b/bacnet-stack/bacdcode.c @@ -423,7 +423,7 @@ static bool decode_is_extended_value(uint8_t * apdu) } // from clause 20.2.1.3.2 Constructed Data -// returns the number of apdu bytes consumed +// returns true if the tag is context specific bool decode_is_context_specific(uint8_t * apdu) { return ((apdu[0] & BIT3) == BIT3);