aboutsummaryrefslogtreecommitdiffstats
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rwxr-xr-xconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index afc43f1c1..d3440cefe 100755
--- a/config.c
+++ b/config.c
@@ -693,7 +693,7 @@ static struct ast_config *__ast_load(char *configfile, struct ast_config *tmp, s
)
{
char fn[256];
- char buf[256];
+ char buf[512];
FILE *f;
int lineno=0;
int master=0;