forked from Mirrors/freeswitch
fix seg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7429 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8b8897f663
commit
e2e2941e21
@ -1746,7 +1746,7 @@ static int show_callback(void *pArg, int argc, char **argv, char **columnNames)
|
|||||||
if (holder->http) {
|
if (holder->http) {
|
||||||
char aval[512];
|
char aval[512];
|
||||||
|
|
||||||
switch_amp_encode(argv[x], aval, sizeof(aval));
|
switch_amp_encode(val, aval, sizeof(aval));
|
||||||
holder->stream->write_function(holder->stream, "<td>");
|
holder->stream->write_function(holder->stream, "<td>");
|
||||||
holder->stream->write_function(holder->stream, "%s%s", aval, x == (argc - 1) ? "</td></tr>\n" : "</td><td>");
|
holder->stream->write_function(holder->stream, "%s%s", aval, x == (argc - 1) ? "</td></tr>\n" : "</td><td>");
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user