mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 05:29:22 +00:00
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) {
|
if (globals.use_cond_yield == 1) {
|
||||||
switch_cond_yield((t) / 1000);
|
switch_cond_yield((uint32_t)(t / 1000));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user