diff --git a/bacnet-stack/src/bacapp.c b/bacnet-stack/src/bacapp.c index 521126ba..bae7d304 100644 --- a/bacnet-stack/src/bacapp.c +++ b/bacnet-stack/src/bacapp.c @@ -1321,7 +1321,7 @@ bool bacapp_print_value( char *str; bool retval = false; size_t str_len = 32; - uint16_t status; + int status; while (true) { /* Try to allocate memory for the output string. Give up if unable. */