Diff between 54afb50eaa11d988350225d39ff9e38a0c07e697 and 9480e8c70648b8224a12c0866d99e39299a346f4

Changed Files

File Additions Deletions Status
plugins/mgmtops.c +1 -1 modified

Full Patch

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));