diff options
Diffstat (limited to 'btif')
-rwxr-xr-x | btif/src/btif_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_storage.c b/btif/src/btif_storage.c index e20db60..bb18b85 100755 --- a/btif/src/btif_storage.c +++ b/btif/src/btif_storage.c @@ -1889,7 +1889,7 @@ bt_status_t btif_storage_add_device_to_autopair_blacklist(bt_bdaddr_t *remote_de char *value; int ret; bdstr_t bdstr; - char linebuf[BTIF_STORAGE_MAX_LINE_SZ]; + char linebuf[BTIF_STORAGE_MAX_LINE_SZ+20]; char input_value [20]; bd2str(remote_dev_addr, &bdstr); |