Skip to content

Commit a68f76c

Browse files
committed
aplay/mixer fix
fixed HEAD^^
1 parent a9b988f commit a68f76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/audio/playback/mixer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ struct am_participant {
150150

151151
char buf[STR_LEN];
152152
MSG(NOTICE, "added participant: %s:%u\n",
153-
get_sockaddr_addr_str((struct sockaddr *) &ss, buf,
153+
get_sockaddr_addr_str((struct sockaddr *) ss, buf,
154154
sizeof buf),
155-
get_sockaddr_addr_port((struct sockaddr *) &ss));
155+
get_sockaddr_addr_port((struct sockaddr *) ss));
156156
}
157157
~am_participant() {
158158
if (m_tx_session) {

0 commit comments

Comments
 (0)