Skip to content
Snippets Groups Projects
Commit 2d3301a1 authored by Joshua Colp's avatar Joshua Colp
Browse files

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
parent 820d80f5
Branches
Tags
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment