From 024e8b17ad91b3f36d826be3d68faec4e2100fa8 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 5 Mar 2007 23:39:48 +0100 Subject: [PATCH] ogg_afh.c: Fix format string compiler warning --- ogg_afh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogg_afh.c b/ogg_afh.c index 709e7d4b..6211deb3 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -179,7 +179,7 @@ static long unsigned ogg_compute_chunk_table(double time_total) num_chunks = i - 1; chunk_table[i] = pos; tunetable(num_chunks); - PARA_INFO_LOG("%zu chunks (%fs), max chunk: %zd, min chunk: %zd\n", + PARA_INFO_LOG("%lu chunks (%fs), max chunk: %zd, min chunk: %zd\n", num_chunks, chunk_time, max_chunk_len, min); return num_chunks; } -- 2.39.2