mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
printf format fixes
This commit is contained in:
parent
d46c239ab0
commit
497a8364c5
9 changed files with 23 additions and 22 deletions
|
|
@ -113,7 +113,7 @@ int main(int argc, char *argv[])
|
|||
size = DEFAULT_SIZE;
|
||||
|
||||
printf("buffer size (bytes): %d\n", size);
|
||||
printf("array size (bytes): %ld\n", sizeof(int) * ARRAY_SIZE);
|
||||
printf("array size (bytes): %zd\n", sizeof(int) * ARRAY_SIZE);
|
||||
|
||||
spa_ringbuffer_init(&rb);
|
||||
data = malloc(size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue