mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
a couple of build fixes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1658 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
1d5e9f0205
commit
8a663d4cda
4 changed files with 16 additions and 16 deletions
|
|
@ -738,7 +738,7 @@ int pa_sink_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offse
|
|||
|
||||
volume_is_norm = pa_cvolume_is_norm(&info->sink_input->thread_info.volume);
|
||||
|
||||
pa_log_debug("Buffering l%u bytes ...", (unsigned long) info->buffer_bytes);
|
||||
pa_log_debug("Buffering %lu bytes ...", (unsigned long) info->buffer_bytes);
|
||||
|
||||
while (info->buffer_bytes > 0) {
|
||||
pa_memchunk memchunk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue