mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Ticket refs #5860: Voice: CallLog data model entries not populated
- Increase buffer size
This commit is contained in:
parent
42bc8e95a7
commit
4d936c798f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue