X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=avahi-core%2Futil.c;h=ef54be1c333a909574f094b1abdb4f5a5f198f06;hb=d322a943be5387a539f8f3ea3a19a7e2ed5a55a2;hp=77632fde1221f55bb2ba235e70604c6e438f4867;hpb=4f0a5e7572a4257894b4bfede42c26d65152609e;p=catta 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;