From c5f879125f1c842f679b2c8e95341f3c1d3aa184 Mon Sep 17 00:00:00 2001 From: Carlo von lynX Date: Wed, 3 Aug 2016 20:28:45 +0000 Subject: leaks & warns --- src/social/test_social.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/social/test_social.c') diff --git a/src/social/test_social.c b/src/social/test_social.c index eb32a031f..406f5cb67 100644 --- a/src/social/test_social.c +++ b/src/social/test_social.c @@ -1085,7 +1085,7 @@ host_answer_door (void *cls, (uint8_t) test, join_req_count); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "%s\n%.*s\n", - method_name, data_size, (const char *) data); + method_name, (int) data_size, (const char *) data); switch (test) { -- cgit v1.2.3