Fix some warnings caused by size_t having varying size.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@641 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-03-31 08:54:24 +00:00
parent 3285403d3c
commit acb96c96fd
4 changed files with 5 additions and 5 deletions

View file

@ -67,7 +67,7 @@ int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char *argv[]) {
c.length = r;
pa_mcalign_push(a, &c);
fprintf(stderr, "Read %d bytes\n", r);
fprintf(stderr, "Read %ld bytes\n", (long)r);
c.index += r;