]> git.sesse.net Git - vlc/blobdiff - modules/access_filter/bandwidth.c
Format string fixes
[vlc] / modules / access_filter / bandwidth.c
index ff00f9c709ee3b068bd66009e34cd61e4351c7e3..bc1d711e082845682f315626b898b509037f330c 100644 (file)
@@ -144,7 +144,7 @@ retry:
 
     if (len > delta)
     {
-        msg_Dbg (access, "reading %u bytes instead of %u", (unsigned)delta,
+        msg_Dbg (access, "reading %"PRIu64" bytes instead of %zu", delta,
                  len);
         len = (int)delta;
     }