From: Russell Bryant Date: Wed, 2 Jan 2008 04:31:23 +0000 (+0000) Subject: Make the translation table show slin16 X-Git-Tag: 1.6.0-beta1~3^2~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9162a1ab3917f5adae174fd9319b5f66360635d;p=thirdparty%2Fasterisk.git Make the translation table show slin16 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95735 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/translate.c b/main/translate.c index 7f7af4cfd0..d9270e9078 100644 --- a/main/translate.c +++ b/main/translate.c @@ -485,7 +485,7 @@ static void rebuild_matrix(int samples) static char *handle_cli_core_show_translation(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) { -#define SHOW_TRANS 13 +#define SHOW_TRANS 16 int x, y, z; int curlen = 0, longest = 0;