Diff between 1d2cbb8acb3c7d8352af1cf3bf478d8e78e0cf2c and 608dffe9ca2b3de64deecb0a3b897513ec18943c
Changed Files
| File | Additions | Deletions | Status |
| plugins/autopair.c | +1 | -1 | modified |
Full Patch
diff --git a/plugins/autopair.c b/plugins/autopair.c
index c201722..b87e621 100644
--- a/plugins/autopair.c
+++ b/plugins/autopair.c
@@ -59,7 +59,7 @@ static ssize_t autopair_pincb(struct btd_adapter *adapter,
unsigned int attempt)
{
char addr[18];
- char pinstr[7];
+ char pinstr[8];
uint32_t class;
ba2str(device_get_address(device), addr);