From d820affb3c55b9a16034da89f3efc4ddaba4006a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 12 Oct 2005 21:13:57 +0000 Subject: [PATCH] remove macosx compiler warning git-svn-id: file:///home/lennart/svn/public/avahi/trunk@745 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avahi-core/util.c b/avahi-core/util.c index 77632fd..ef54be1 100644 --- a/avahi-core/util.c +++ b/avahi-core/util.c @@ -36,7 +36,7 @@ void avahi_hexdump(const void* p, size_t size) { const uint8_t *c = p; assert(p); - printf("Dumping %u bytes from %p:\n", size, p); + printf("Dumping %lu bytes from %p:\n", (unsigned long) size, p); while (size > 0) { unsigned i; -- 2.39.2