mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Merged revisions 52335 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r52335 | file | 2007-01-26 18:46:47 -0500 (Fri, 26 Jan 2007) | 2 lines Fix core show file formats CLI command. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52336 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1120,7 +1120,7 @@ static int show_file_formats(int fd, int argc, char *argv[])
|
||||
struct ast_format *f;
|
||||
int count_fmt = 0;
|
||||
|
||||
if (argc != 3)
|
||||
if (argc != 4)
|
||||
return RESULT_SHOWUSAGE;
|
||||
ast_cli(fd, FORMAT, "Format", "Name", "Extensions");
|
||||
|
||||
|
Reference in New Issue
Block a user