Skip to content
Snippets Groups Projects
Commit 8b9ef26a authored by Jason Parker's avatar Jason Parker
Browse files

Fix "core show translation" output. Issue #8243, patch by Damin.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46718 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ff235910
No related branches found
No related tags found
No related merge requests found
......@@ -519,7 +519,7 @@ static int show_translation(int fd, int argc, char *argv[])
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() */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment