Drop h and hh length modifiers from printf format strings.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 11 May 2014 14:35:37 +0000 (16:35 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 11 May 2014 14:35:37 +0000 (16:35 +0200)
C already guarantees that chars and shorts get passed as int. The few uses in tinc are mainly
to print fields of struct addrinfo, and fields like ai_family have different sizes on different
platforms, which actually caused some warnings to be generated.


No differences found