summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addons/chan_mobile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index aa537c96a..3304702d2 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -3801,7 +3801,7 @@ static void *do_monitor_phone(void *data)
{
struct mbl_pvt *pvt = (struct mbl_pvt *)data;
struct hfp_pvt *hfp = pvt->hfp;
- char buf[256];
+ char buf[350];
int t;
at_message_t at_msg;
struct msg_queue_entry *entry;