fix windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12626 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-03-16 19:53:17 +00:00
parent bc46c9a0f3
commit 863e1c7056
1 changed files with 2 additions and 2 deletions

View File

@ -1303,10 +1303,10 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
for (i = 0; i < and_argc; i++) {
char *vdata;
end = NULL;
chan_type = peer_names[i];
const char *current_variable;
char variable_buffer[512] = "";
end = NULL;
chan_type = peer_names[i];
while (chan_type && *chan_type && *chan_type == ' ') {
chan_type++;