mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
fix trivial compiler warning for last commit
This commit is contained in:
@@ -5638,7 +5638,7 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
|
||||
if (send_msg) {
|
||||
bytes = datalen;
|
||||
|
||||
m = send_msg->header.m;
|
||||
m = (uint8_t) send_msg->header.m;
|
||||
|
||||
if (flags && *flags & SFF_RFC2833) {
|
||||
send_msg->header.pt = rtp_session->te;
|
||||
|
Reference in New Issue
Block a user