Compiler fixes for GCC with -Os

ASTERISK-29145

Change-Id: I9af705f2b9725c53141aef5d0ff512a1800f073c
pull/22/head
Alexander Traud 5 years ago committed by Kevin Harwell
parent cd32317691
commit 914aecb8d8

@ -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;

Loading…
Cancel
Save