type tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7843 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
025333a26b
commit
5399edc432
|
@ -1108,7 +1108,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_read(switch_core_session_t *session,
|
|||
switch_input_args_t args = { 0 };
|
||||
switch_status_t status = SWITCH_STATUS_SUCCESS;
|
||||
char terminator;
|
||||
int len;
|
||||
size_t len;
|
||||
|
||||
switch_assert(session);
|
||||
|
||||
|
|
Loading…
Reference in New Issue