aboutsummaryrefslogtreecommitdiff
path: root/src/packet
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-12-08 16:31:24 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-12-08 17:00:23 +0100
commit4da7a3e44d2bbd7b21ae05c7b6604748e7227227 (patch)
treecbb81eed24dd2bed75998e4f8ffb803dd479a6df /src/packet
parentde3532bd6b685c66015202a48d53e1b8fa4900f5 (diff)
downloadjancity-4da7a3e44d2bbd7b21ae05c7b6604748e7227227.tar.gz
wip2
Diffstat (limited to 'src/packet')
-rw-r--r--src/packet/src/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packet/src/packet.c b/src/packet/src/packet.c
index 3ace4af..eabda8b 100644
--- a/src/packet/src/packet.c
+++ b/src/packet/src/packet.c
@@ -79,7 +79,7 @@ static int read_header(struct packet_input *const in,
if (header >= MAX_PACKET_TYPES)
{
- fprintf(stderr, "%s: invalid packet type %" PRIu8 "\n",
+ fprintf(stderr, "%s: invalid packet type %#" PRIx8 "\n",
__func__, header);
return -1;
}