Diff between edd14132dc9b25b17a2f433355d7e8c37b6942bc and 035df43eb3ad3b85759595639f8c2a067e6f7e43
Changed Files
| File | Additions | Deletions | Status |
| android/health.c | +1 | -1 | modified |
Full Patch
diff --git a/android/health.c b/android/health.c
index 585d8a4..58323d9 100644
--- a/android/health.c
+++ b/android/health.c
@@ -1102,7 +1102,7 @@ static struct health_device *create_device(uint16_t app_id,
if (!dev)
return NULL;
- android2bdaddr(&addr, &dev->dst);
+ android2bdaddr(addr, &dev->dst);
dev->app_id = app_id;
return dev;