Compiler fixes for GCC with -Os

ASTERISK-29145

Change-Id: I9af705f2b9725c53141aef5d0ff512a1800f073c
This commit is contained in:
Alexander Traud 2020-10-29 14:59:48 +01:00 committed by Kevin Harwell
parent f86af1fbd0
commit 2dacadd9df
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static void add_channel(char *tech, char *location)
static int load_config(void)
{
FILE *f;
char buf[1024];
char buf[256];
char *val;
char *val2;
int lineno=0;