mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-06 07:05:01 +00:00
aplay/mixer fix
fixed HEAD^^
This commit is contained in:
@@ -150,9 +150,9 @@ struct am_participant {
|
||||
|
||||
char buf[STR_LEN];
|
||||
MSG(NOTICE, "added participant: %s:%u\n",
|
||||
get_sockaddr_addr_str((struct sockaddr *) &ss, buf,
|
||||
get_sockaddr_addr_str((struct sockaddr *) ss, buf,
|
||||
sizeof buf),
|
||||
get_sockaddr_addr_port((struct sockaddr *) &ss));
|
||||
get_sockaddr_addr_port((struct sockaddr *) ss));
|
||||
}
|
||||
~am_participant() {
|
||||
if (m_tx_session) {
|
||||
|
||||
Reference in New Issue
Block a user