1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00

fix debug print format

This commit is contained in:
Patrick Grimm 2016-12-03 12:26:02 +01:00
parent 168875e6a7
commit 28bb3c91b0

View File

@ -289,7 +289,7 @@ static void print_address_cache(
} else {
print_macaddr(&local_sadr, 1);
}
printf(" %-4hu ", addr->max_apdu);
printf(" %-4u ", addr->max_apdu);
printf("\n");
addr = addr->next;