]> The Tcpdump Group git mirrors - tcpdump/commit
Don't bother printing the amount of memory we tried to allocate if the
authorguy <guy>
Fri, 2 May 2003 08:43:28 +0000 (08:43 +0000)
committerguy <guy>
Fri, 2 May 2003 08:43:28 +0000 (08:43 +0000)
commitaa96d966728e2e58f3bcd74d5a8749af5a959692
tree0f6799fd6096dca5b0c9c2ebef66ee04cdb86d7f
parente49c5476b9fff1d0d6914e8d4b0c79284d84e50c
Don't bother printing the amount of memory we tried to allocate if the
attempt fails - it's not interesting to most if not all users, and you
have to worry about the right format (%d is right for size_t on some
platforms, %ld is right on others).  Use "error()" to report the error
while we're at it.
print-esp.c