allow longer file version strings (bug #4765)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6210 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2005-07-25 22:19:13 +00:00
parent 9b8ee1f3e4
commit ae95c5d7e1
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ static char show_version_files_help[] =
static int handle_show_version_files(int fd, int argc, char *argv[])
{
#define FORMAT "%-25.25s %-20.20s\n"
#define FORMAT "%-25.25s %-40.40s\n"
struct file_version *iterator;
regex_t regexbuf;
int havepattern = 0;