zlib
zlib copied to clipboard
Use the correct format specifiers
opt_len, static_len, bits_sent, etc. are all unsigned longs, not signed longs.
For this reason, the Trace_ev strings should be changed to reflect that.
@madler: Can you look this PR?