summaryrefslogtreecommitdiff
path: root/android/tester-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/tester-main.c')
-rw-r--r--android/tester-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/tester-main.c b/android/tester-main.c
index e9b13537a..8d9add93c 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -253,7 +253,7 @@ static void test_post_teardown(const void *test_data)
static void bluetoothd_start(int hci_index)
{
- char prg_name[PATH_MAX + 1];
+ char prg_name[PATH_MAX + 1 + 11];
char index[8];
char *prg_argv[5];