[asterisk-commits] file: trunk r41373 - /trunk/main/translate.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Aug 30 09:04:24 MST 2006
Author: file
Date: Wed Aug 30 11:04:24 2006
New Revision: 41373
URL: http://svn.digium.com/view/asterisk?rev=41373&view=rev
Log:
Clarify what show translations is displaying a bit more (issue #7772 reported by Mithraen)
Modified:
trunk/main/translate.c
Modified: trunk/main/translate.c
URL: http://svn.digium.com/view/asterisk/trunk/main/translate.c?rev=41373&r1=41372&r2=41373&view=diff
==============================================================================
--- trunk/main/translate.c (original)
+++ trunk/main/translate.c Wed Aug 30 11:04:24 2006
@@ -502,7 +502,7 @@
rebuild_matrix(z);
}
- ast_cli(fd, " Translation times between formats (in milliseconds)\n");
+ ast_cli(fd, " Translation times between formats (in milliseconds) for one second of data\n");
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++) {
More information about the asterisk-commits
mailing list