提交 863e1c70 authored 作者: Michael Jerris's avatar Michael Jerris

fix windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12626 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 bc46c9a0
...@@ -1303,10 +1303,10 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess ...@@ -1303,10 +1303,10 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
for (i = 0; i < and_argc; i++) { for (i = 0; i < and_argc; i++) {
char *vdata; char *vdata;
end = NULL;
chan_type = peer_names[i];
const char *current_variable; const char *current_variable;
char variable_buffer[512] = ""; char variable_buffer[512] = "";
end = NULL;
chan_type = peer_names[i];
while (chan_type && *chan_type && *chan_type == ' ') { while (chan_type && *chan_type && *chan_type == ' ') {
chan_type++; chan_type++;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论