summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/alloc.c')
-rw-r--r--apps/plugins/mpegplayer/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/alloc.c b/apps/plugins/mpegplayer/alloc.c
index da92f8754a..e5c79c4b0c 100644
--- a/apps/plugins/mpegplayer/alloc.c
+++ b/apps/plugins/mpegplayer/alloc.c
@@ -96,7 +96,7 @@ static void * mpeg_malloc_internal (unsigned char *mallocbuf,
96{ 96{
97 void *x; 97 void *x;
98 98
99 DEBUGF("mpeg_alloc_internal: bs:%lu s:%u reason:%s (%d)\n", 99 DEBUGF("mpeg_alloc_internal: bs:%zu s:%u reason:%s (%d)\n",
100 bufsize, size, mpeg_get_reason_str(reason), reason); 100 bufsize, size, mpeg_get_reason_str(reason), reason);
101 101
102 if ((size_t) (*mem_ptr + size) > bufsize) 102 if ((size_t) (*mem_ptr + size) > bufsize)