Win32 type fixes and setup update.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@885 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-03-21 15:34:54 +00:00
parent 75399f34d1
commit 25f99744d8
3 changed files with 513 additions and 258 deletions

View File

@@ -555,7 +555,7 @@ static switch_status exosip_read_frame(switch_core_session *session, switch_fram
if (timeout > -1) {
elapsed = (unsigned int)((switch_time_now() - started) / 1000);
if (elapsed >= timeout) {
if (elapsed >= (unsigned int)timeout) {
return SWITCH_STATUS_SUCCESS;
}
}