[asterisk-commits] russell: trunk r95735 - /trunk/main/translate.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 1 22:31:24 CST 2008
Author: russell
Date: Tue Jan 1 22:31:23 2008
New Revision: 95735
URL: http://svn.digium.com/view/asterisk?view=rev&rev=95735
Log:
Make the translation table show slin16
Modified:
trunk/main/translate.c
Modified: trunk/main/translate.c
URL: http://svn.digium.com/view/asterisk/trunk/main/translate.c?view=diff&rev=95735&r1=95734&r2=95735
==============================================================================
--- trunk/main/translate.c (original)
+++ trunk/main/translate.c Tue Jan 1 22:31:23 2008
@@ -485,7 +485,7 @@
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;
More information about the asterisk-commits
mailing list