mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Missed a spot..
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@93420 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -590,7 +590,7 @@ static int show_translation(int fd, int argc, char *argv[])
|
||||
ast_cli(fd, " Source Format (Rows) Destination Format (Columns)\n\n");
|
||||
/* Get the length of the longest (usable?) codec name, so we know how wide the left side should be */
|
||||
for (x = 0; x < SHOW_TRANS; x++) {
|
||||
curlen = strlen(ast_getformatname(1 << (x + 1)));
|
||||
curlen = strlen(ast_getformatname(1 << (x)));
|
||||
if (curlen > longest)
|
||||
longest = curlen;
|
||||
}
|
||||
|
Reference in New Issue
Block a user