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
struct ast_format *f;
int count_fmt = 0;
- if (argc != 3)
+ if (argc != 4)
return RESULT_SHOWUSAGE;
ast_cli(fd, FORMAT, "Format", "Name", "Extensions");