mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
* some fixes for MacOS X by Conrad Parker
* Minor build fixes git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@312 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c827fca3b9
commit
29ec9d343b
5 changed files with 5 additions and 4 deletions
|
|
@ -82,7 +82,7 @@ int main(int argc, char *argv[]) {
|
|||
break;
|
||||
|
||||
pa_loop_write(STDOUT_FILENO, (uint8_t*) t.memblock->data + t.index, t.length);
|
||||
fprintf(stderr, "Wrote %u bytes.\n", t.length);
|
||||
fprintf(stderr, "Wrote %lu bytes.\n", (unsigned long) t.length);
|
||||
|
||||
pa_memblock_unref(t.memblock);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue