mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Fixed a simulator warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6899 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
85f4973106
commit
c2093538a4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ int codec_init(struct codec_api* rb)
|
|||
|
||||
xxx2wav_set_api(rb);
|
||||
mem_ptr = 0;
|
||||
mallocbuf = (unsigned char *)rb->get_codec_memory((size_t *)&bufsize);
|
||||
mallocbuf = (unsigned char *)rb->get_codec_memory((long *)&bufsize);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue