mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Whoops, missed a file in last warning fix commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9233 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e8a0990a51
commit
c42fe437e3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ int codec_init(struct codec_api* rb)
|
|||
{
|
||||
local_rb = rb;
|
||||
mem_ptr = 0;
|
||||
mallocbuf = (unsigned char *)rb->get_codec_memory((long *)&bufsize);
|
||||
mallocbuf = (unsigned char *)rb->get_codec_memory((size_t *)&bufsize);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue