]> The Tcpdump Group git mirrors - tcpdump/commit
Add missing parentheses to macro definitions.
authorDenis Ovsienko <[email protected]>
Fri, 15 Sep 2017 14:29:58 +0000 (15:29 +0100)
committerDenis Ovsienko <[email protected]>
Fri, 15 Sep 2017 14:38:16 +0000 (15:38 +0100)
commit01275098ee6a40a48d64c6dd3393be2f025f7ea3
treebbc23cc8685aaccd12515d46fea33a66f67233e1
parent7dd7b7e187b5cc34bd6afc941b03de46a3c8c12a
Add missing parentheses to macro definitions.

This does not fix a known bug but prevents a possible bug in future
because without the parentheses an expression like "2 * NODE_ID_LEN"
looks differently from how it actually works. Drop some unnecessary
parentheses in the source code.
print-isoclns.c