forked from len0rd/rockbox
Fix some size_t related warnings (hopefully, they seem system dependant).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25852 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7210f69d81
commit
54548df56e
3 changed files with 4 additions and 4 deletions
|
@ -96,7 +96,7 @@ static void * mpeg_malloc_internal (unsigned char *mallocbuf,
|
|||
{
|
||||
void *x;
|
||||
|
||||
DEBUGF("mpeg_alloc_internal: bs:%lu s:%u reason:%s (%d)\n",
|
||||
DEBUGF("mpeg_alloc_internal: bs:%zu s:%u reason:%s (%d)\n",
|
||||
bufsize, size, mpeg_get_reason_str(reason), reason);
|
||||
|
||||
if ((size_t) (*mem_ptr + size) > bufsize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue