summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/pcm_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/pcm_output.c')
-rw-r--r--apps/plugins/mpegplayer/pcm_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/pcm_output.c b/apps/plugins/mpegplayer/pcm_output.c
index cd6c45f712..a5d8f86e5b 100644
--- a/apps/plugins/mpegplayer/pcm_output.c
+++ b/apps/plugins/mpegplayer/pcm_output.c
@@ -99,7 +99,7 @@ static void get_more(unsigned char **start, size_t *size)
99 /* Just show a warning about this - will never happen 99 /* Just show a warning about this - will never happen
100 * without a bug in the audio thread code or a clobbered 100 * without a bug in the audio thread code or a clobbered
101 * buffer */ 101 * buffer */
102 DEBUGF("get_more: invalid size (%zd)\n", sz); 102 DEBUGF("get_more: invalid size (%ld)\n", (long)sz);
103 } 103 }
104 104
105 if (offset < -100*CLOCK_RATE/1000) 105 if (offset < -100*CLOCK_RATE/1000)