git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@135597
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
static char *complete_fn_2(const char *line, const char *word, int pos, int state)
{
char *c, *d;
- char filename[256];
+ char filename[PATH_MAX];
if (pos != 1)
return NULL;
static char *complete_fn_3(const char *line, const char *word, int pos, int state)
{
char *c, *d;
- char filename[256];
+ char filename[PATH_MAX];
if (pos != 2)
return NULL;