X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Ftest_transport_address_switch.c;h=e076d3501bef6ca877689d161dd85f42a516e675;hb=0d24b1ba329faa35990034fcc861a264bb985fb1;hp=33b0f2d14c920afda57628dd33b990d4039962fa;hpb=435ef0a62ffe830ccee159f430157cfc8cc6a3d4;p=oweals%2Fgnunet.git diff --git a/src/transport/test_transport_address_switch.c b/src/transport/test_transport_address_switch.c index 33b0f2d14..e076d3501 100644 --- a/src/transport/test_transport_address_switch.c +++ b/src/transport/test_transport_address_switch.c @@ -301,7 +301,7 @@ notify_receive (void *cls, "Peer %u (`%s') got message %u of size %u from peer (`%s')\n", receiver->no, ps, - ntohl (hdr->num), + (uint32_t) ntohl (hdr->num), ntohs (hdr->header.size), GNUNET_i2s (sender)); GNUNET_free (ps);