forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10325 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e1417d42db
commit
be091b64bd
|
@ -162,7 +162,7 @@ SWITCH_DECLARE(void) switch_sleep(switch_interval_time_t t)
|
|||
{
|
||||
|
||||
if (globals.use_cond_yield == 1) {
|
||||
switch_cond_yield((t) / 1000);
|
||||
switch_cond_yield((uint32_t)(t / 1000));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue