Diff between 3a870b6a9ac0038ec49eb775f2ef1083de035a58 and 3b2985bab4b91f4097dd4017f2398e92c4964f01
Changed Files
| File | Additions | Deletions | Status |
| plugins/wiimote.c | +1 | -1 | modified |
Full Patch
diff --git a/plugins/wiimote.c b/plugins/wiimote.c
index fead72a..1ae638b 100644
--- a/plugins/wiimote.c
+++ b/plugins/wiimote.c
@@ -63,7 +63,7 @@ static ssize_t wii_pincb(struct btd_adapter *adapter, struct btd_device *device,
char addr[18];
adapter_get_address(adapter, &sba);
- device_get_address(device, &dba);
+ device_get_address(device, &dba, NULL);
ba2str(&dba, addr);
vendor = btd_device_get_vendor(device);