summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 94a0430872..422eab9b74 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -846,7 +846,7 @@ void audio_set_buffer_margin(int setting)
846{ 846{
847 static const int lookup[] = {5, 15, 30, 60, 120, 180, 300, 600}; 847 static const int lookup[] = {5, 15, 30, 60, 120, 180, 300, 600};
848 buffer_margin = lookup[setting]; 848 buffer_margin = lookup[setting];
849 logf("buffer margin: %ld", buffer_margin); 849 logf("buffer margin: %ld", (long)buffer_margin);
850 set_filebuf_watermark(buffer_margin, 0); 850 set_filebuf_watermark(buffer_margin, 0);
851} 851}
852#endif 852#endif