Skip to content

Commit

Permalink
aplay/mixer fix
Browse files Browse the repository at this point in the history
fixed HEAD^^
  • Loading branch information
MartinPulec committed Nov 13, 2024
1 parent a9b988f commit a68f76c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/audio/playback/mixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a68f76c

Please sign in to comment.