]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up signed_relts_print() some more.
authorGuy Harris <[email protected]>
Sun, 9 Aug 2015 18:04:53 +0000 (11:04 -0700)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 18 Jan 2017 08:16:38 +0000 (09:16 +0100)
commit4e85180c53c1c8992c2979f6ad0ba4375c02203d
tree2e879fa6a1994ef31dc5453d1af7f1b7914577f0
parent3de59bdfa270f971f3062e0276fc052e314f9182
Clean up signed_relts_print() some more.

If it's not < 0, it's not -2147483648; check for negative values first.

Don't calculate the value for -2147483648 by hand, print a - and then
have unsigned_relts_print() calculate the value for 2147483648.
util-print.c