From cb1069c643a772882d701553d3670ca4a4480b24 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 14 Sep 2009 11:13:41 +0000 Subject: [PATCH] fix --- src/topology/gnunet-daemon-topology.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index 12171139e..36860215b 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -894,7 +894,8 @@ static unsigned int hello_advertising (void *cls, const struct GNUNET_PeerIdentity * receiver, - void *position, unsigned int padding) + void *position, + xsize_t padding) { struct PeerList *pl; struct HelloList *pos; -- 2.25.1