Ticket refs #5860: Voice: CallLog data model entries not populated

- Increase buffer size
This commit is contained in:
Amin Ben Ramdhane 2021-09-10 11:50:25 +01:00
parent 42bc8e95a7
commit 4d936c798f

View file

@ -125,7 +125,7 @@ int init_call_log()
struct call_log_entry *entry;
struct list_head *pos = NULL;
FILE *fp = NULL;
char line[320];
char line[1024];
// Check if there are any new call logs since the last time
if (stat(CALL_LOG_FILE, &cur_stat) == 0) {