type tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7843 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-03-08 04:18:23 +00:00
parent 025333a26b
commit 5399edc432
1 changed files with 1 additions and 1 deletions

View File

@ -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);