]> git.tuebingen.mpg.de Git - paraslash.git/commit
net.c: Fix format string in stringify_port().
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 1 Jan 2015 18:02:04 +0000 (18:02 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Jan 2015 15:11:38 +0000 (16:11 +0100)
commitc560bc7384fce57898044c77274e9701bc47acec
tree7261f3d5d2f72c986f877ea3cd0a2f2bb4d58946
parent4939f46c7b4c334356c6820a7b57d094ad20c40a
net.c: Fix format string in stringify_port().

"port" is int, rather than unsigned. No biggy since at this point we
already know that port > 0.

Found by cppcheck.
net.c