mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user