mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
remove redundant cast
This commit is contained in:
parent
9ba408415c
commit
07db64b9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ static int sco_process_render(struct userdata *u) {
|
|||
for (;;) {
|
||||
ssize_t l;
|
||||
|
||||
l = pa_loop_write(u->stream_fd, (uint8_t*) p, memchunk.length, NULL);
|
||||
l = pa_loop_write(u->stream_fd, p, memchunk.length, NULL);
|
||||
pa_log_debug("Memblock written to socket: %li bytes", (long) l);
|
||||
|
||||
pa_assert(l != 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue