mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-01 03:05:50 +00:00
trivial compiler warning
This commit is contained in:
parent
17e2cbb380
commit
332a5805a1
@ -411,7 +411,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_transfer_recordings(switch
|
|||||||
if (!strcmp(bp->function, "session_record")) {
|
if (!strcmp(bp->function, "session_record")) {
|
||||||
list[x] = switch_core_session_strdup(new_session, bp->target);
|
list[x] = switch_core_session_strdup(new_session, bp->target);
|
||||||
if (bp->stop_time > 0) {
|
if (bp->stop_time > 0) {
|
||||||
stop_times[x] = bp->stop_time - switch_epoch_time_now(NULL);
|
stop_times[x] = (int)(bp->stop_time - switch_epoch_time_now(NULL));
|
||||||
}
|
}
|
||||||
x++;
|
x++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user