Skip to content

Commit 914aecb

Browse files
traudkharwell
authored andcommitted
Compiler fixes for GCC with -Os
ASTERISK-29145 Change-Id: I9af705f2b9725c53141aef5d0ff512a1800f073c
1 parent cd32317 commit 914aecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/muted.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static void add_channel(char *tech, char *location)
123123
static int load_config(void)
124124
{
125125
FILE *f;
126-
char buf[1024];
126+
char buf[256];
127127
char *val;
128128
char *val2;
129129
int lineno=0;

0 commit comments

Comments
 (0)