]> The Tcpdump Group git mirrors - tcpdump/commit
Squelch a signed vs. unsigned comparison warning.
authorGuy Harris <[email protected]>
Thu, 14 Apr 2016 01:57:09 +0000 (18:57 -0700)
committerGuy Harris <[email protected]>
Thu, 14 Apr 2016 01:57:09 +0000 (18:57 -0700)
commit45a212f0a2292aabffbd60bf97d37a83c3117825
tree54452c385fbd599599ac58641571d6e84f548ab2
parent2398aa233d3af23bfeca138f93ca2708a197dcfa
Squelch a signed vs. unsigned comparison warning.

uint8_t + int constant = int; make the constant unsigned.
print-fr.c