mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
raop: Fix typo
Signed-off-by: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
This commit is contained in:
parent
a39098fe4d
commit
0f94657cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ static ssize_t resend_udp_audio_packets(pa_raop_client *c, uint16_t seq, uint16_
|
||||||
if (buffer && packet->length > 0)
|
if (buffer && packet->length > 0)
|
||||||
written = pa_write(c->udp_cfd, buffer, packet->length, NULL);
|
written = pa_write(c->udp_cfd, buffer, packet->length, NULL);
|
||||||
if (written < 0 && errno == EAGAIN) {
|
if (written < 0 && errno == EAGAIN) {
|
||||||
pa_log_debug("Discarding UDP (audio-restransmitted, seq=%d) packet due to EAGAIN", seq + i);
|
pa_log_debug("Discarding UDP (audio-retransmitted, seq=%d) packet due to EAGAIN", seq + i);
|
||||||
pa_memblock_release(packet->memblock);
|
pa_memblock_release(packet->memblock);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue