]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
printf: use platform independent length modifiers
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 21 Jun 2021 12:51:28 +0000 (14:51 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 7 Jul 2021 04:34:06 +0000 (06:34 +0200)
commitd186a90173a03bda92ca04ed3af25e028b0aef85
tree67c63d5120955ebc583adc4a3cad25964873cf76
parent5cd8f23953330d565a6f38dc46d48c7f3a81ae6a
printf: use platform independent length modifiers

Make sure we use the correct lemgth modifiers to support both 32b and
64b architectures.
daemon/http.c
tests/pytests/proxy/tls-proxy.h
tests/pytests/proxy/tlsproxy.c