summaryrefslogtreecommitdiff
path: root/android/ipc-tester.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@codecoup.pl>2018-05-25 13:24:50 +0200
committerSzymon Janc <szymon.janc@codecoup.pl>2018-05-25 14:06:17 +0200
commit8afe1baa7dd5e864a1d1eff2f6c793dba2a3acfb (patch)
treef1ba1cc0e443115b45568fff1b4148314ab4c763 /android/ipc-tester.c
parentce0b582c2ffa547e3390a0f3cdfeae3a3b144eee (diff)
downloadbluez-8afe1baa7dd5e864a1d1eff2f6c793dba2a3acfb.tar.gz
android: Fix some compilation warnings
Diffstat (limited to 'android/ipc-tester.c')
-rw-r--r--android/ipc-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/ipc-tester.c b/android/ipc-tester.c
index 1aa17d253..3b7f13a0e 100644
--- a/android/ipc-tester.c
+++ b/android/ipc-tester.c
@@ -218,7 +218,7 @@ static void test_post_teardown(const void *data)
static void bluetoothd_start(int hci_index)
{
- char prg_name[PATH_MAX];
+ char prg_name[PATH_MAX + 11];
char index[8];
char *prg_argv[4];