diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-01-05 19:14:58 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-01-05 19:14:58 +0000 |
commit | b69d881eb2555f40795d5d930a84e4a7d7e4b598 (patch) | |
tree | 8b514420456c76793494e0b399a6a3b58bce725a | |
parent | 719223825e56e580dd0c02e09d13f8a7be8c89a3 (diff) |
Fix printf string.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@387 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | polyp/mcalign-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/mcalign-test.c b/polyp/mcalign-test.c index e4a6a239..2ace6e59 100644 --- a/polyp/mcalign-test.c +++ b/polyp/mcalign-test.c @@ -66,7 +66,7 @@ int main(int argc, char *argv[]) { c.length = r; pa_mcalign_push(a, &c); - fprintf(stderr, "Read %u bytes\n", r); + fprintf(stderr, "Read %d bytes\n", r); c.index += r; |