Fix format strings for Windows.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Jun 2011 22:46:56 +0000 (00:46 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 2 Jun 2011 22:46:56 +0000 (00:46 +0200)
Windows doesn't like %zd, so cast (s)size_t to int. Also, some shorts were
incorrectly printed with %d instead of %hd.


No differences found