--- plugins/mgmtops.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index 5e89046..95de3d1 100644 --- a/plugins/mgmtops.c +++ b/plugins/mgmtops.c @@ -501,7 +501,7 @@ static int mgmt_pincode_reply(int index, bdaddr_t *bdaddr, const char *pin, char addr[18]; ba2str(bdaddr, addr); - DBG("index %d addr %s pinlen %lu", index, addr, pin_len); + DBG("index %d addr %s pinlen %zu", index, addr, pin_len); memset(buf, 0, sizeof(buf)); -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html