]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ogg_afh.c
ogg_afh.c: Fix format string compiler warning
[paraslash.git] / ogg_afh.c
index 379a0ef47b38188e08a084afdf7318584209a580..6211deb3d0e27fe410854cd92ccfb60c8fc70f8a 100644 (file)
--- a/ogg_afh.c
+++ b/ogg_afh.c
@@ -28,7 +28,6 @@
 #include "afh.h"
 #include "error.h"
 #include "string.h"
-#include "fd.h"
 
 /** must be big enough to hold header */
 #define CHUNK_SIZE 32768
@@ -180,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;
 }