Fix: incorrect conversion specifier used with size and padding
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 12:47:40 +0000 (08:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 12:50:05 +0000 (08:50 -0400)
packet>size and padding_len, of type size_t, are logged using a
%PRIu64 specifier resulting in a warning being emitted on 32-bit
architectures.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.027458 seconds and 5 git commands to generate.