[asterisk-commits] qwell: trunk r46718 - /trunk/main/translate.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Oct 31 15:07:19 MST 2006
Author: qwell
Date: Tue Oct 31 16:07:18 2006
New Revision: 46718
URL: http://svn.digium.com/view/asterisk?rev=46718&view=rev
Log:
Fix "core show translation" output. Issue #8243, patch by Damin.
Modified:
trunk/main/translate.c
Modified: trunk/main/translate.c
URL: http://svn.digium.com/view/asterisk/trunk/main/translate.c?rev=46718&r1=46717&r2=46718&view=diff
==============================================================================
--- trunk/main/translate.c (original)
+++ trunk/main/translate.c Tue Oct 31 16:07:18 2006
@@ -519,7 +519,7 @@
longest = curlen;
}
for (x = -1; x < SHOW_TRANS; x++) {
- char line[80];
+ char line[120];
char *buf = line;
size_t left = sizeof(line) - 1; /* one initial space */
/* next 2 lines run faster than using ast_build_string() */
More information about the asterisk-commits
mailing list