]> The Tcpdump Group git mirrors - tcpdump/commit
amend some comments in util-print.c
authorDenis Ovsienko <[email protected]>
Sat, 5 Sep 2015 18:39:20 +0000 (19:39 +0100)
committerDenis Ovsienko <[email protected]>
Sat, 5 Sep 2015 20:11:53 +0000 (21:11 +0100)
commit38bd52133279d4ed3d0f4416b7325350d9f306c8
tree67a6a366e4b23f2c5184451fac71a54b4d0f4b3e
parent71d0745d3d13d2c58126ebfeeeff0f1c8e745335
amend some comments in util-print.c

When I needed to print a string and didn't remember which of the three
functions fn_print(), fn_printn() and fn_printzp() was the right one
for the data, every time it would end up in reading through all of them
and forgetting the difference shortly after the commit.

Just having it explained in the comments should work better.
util-print.c