]> code.delx.au - pulseaudio/commitdiff
loopback: quieten gcc on 32bit
authorLennart Poettering <lennart@poettering.net>
Wed, 26 Aug 2009 18:05:19 +0000 (20:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 26 Aug 2009 18:05:19 +0000 (20:05 +0200)
src/modules/module-loopback.c

index d9edbac02dbb506dd1bf686e2a2eab8627e65ce2..6e4f66d54cc34f6d7cc59307f7b008febe2a36b9 100644 (file)
@@ -172,7 +172,7 @@ static void adjust_rates(struct userdata *u) {
                 (double) u->latency_snapshot.source_latency / PA_USEC_PER_MSEC,
                 ((double) u->latency_snapshot.sink_latency + buffer_latency + u->latency_snapshot.source_latency) / PA_USEC_PER_MSEC);
 
-    pa_log_info("Should buffer %lu bytes, buffered at minimum %lu bytes",
+    pa_log_info("Should buffer %zu bytes, buffered at minimum %zu bytes",
                 u->latency_snapshot.max_request*2,
                 u->latency_snapshot.min_memblockq_length);