]> The Tcpdump Group git mirrors - tcpdump/commit
802.15.4: Replace '> 0' with '!= 0' in some unsigned expression tests
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 28 Feb 2024 15:02:56 +0000 (16:02 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 28 Feb 2024 15:03:00 +0000 (16:03 +0100)
commitf9ea99305fb0dbf02d1c1638c606ec26a0c78dad
treed7f86741b24c27e7014c49153df3e935a9ce5ed4
parentcf78babcbf6cd06854ccb883d50daec8d74c1176
802.15.4: Replace '> 0' with '!= 0' in some unsigned expression tests

Unsigned is always >= 0, so '> 0' and '!= 0' are identical.

This makes the tests a little clearer.
print-802_15_4.c