Diff between d3dfbc987664fda75d7272cfe52ce457b02f6511 and 0989e74c5655f2938e06769c4a0e4c86cce1ff5d
Changed Files
| File | Additions | Deletions | Status |
| test/hciemu.c | +1 | -1 | modified |
Full Patch
diff --git a/test/hciemu.c b/test/hciemu.c
index 5227766..9eed9d9 100644
--- a/test/hciemu.c
+++ b/test/hciemu.c
@@ -1023,7 +1023,7 @@ static int getbdaddrbyname(char *str, bdaddr_t *ba)
if (n == 5) {
/* BD address */
- baswap(ba, strtoba(str));
+ str2ba(str, ba);
return 0;
}