Asap: fix a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18124 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
49d318732f
commit
ec0177dd12
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ next_track:
|
|||
codec_set_replaygain(ci->id3);
|
||||
|
||||
int bytes_done =0;
|
||||
int filesize;
|
||||
size_t filesize;
|
||||
ci->seek_buffer(0);
|
||||
module = ci->request_buffer(&filesize, ci->filesize);
|
||||
if (!module || (size_t)filesize < (size_t)ci->filesize)
|
||||
|
|
Loading…
Reference in a new issue