mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Compiler fixes for GCC with -Os
ASTERISK-29145 Change-Id: I9af705f2b9725c53141aef5d0ff512a1800f073c
This commit is contained in:
committed by
Kevin Harwell
parent
f86af1fbd0
commit
2dacadd9df
@@ -123,7 +123,7 @@ static void add_channel(char *tech, char *location)
|
|||||||
static int load_config(void)
|
static int load_config(void)
|
||||||
{
|
{
|
||||||
FILE *f;
|
FILE *f;
|
||||||
char buf[1024];
|
char buf[256];
|
||||||
char *val;
|
char *val;
|
||||||
char *val2;
|
char *val2;
|
||||||
int lineno=0;
|
int lineno=0;
|
||||||
|
Reference in New Issue
Block a user