1
0
Fork 0
forked from len0rd/rockbox

Fixed red build...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5648 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2005-01-24 07:37:07 +00:00
parent 3d53032176
commit 99dbd7c5e9

View file

@ -227,7 +227,7 @@ int sim_rename(const char *oldpath, const char* newpath)
return -1;
}
int sim_filesize(int fd)
off_t sim_filesize(int fd)
{
int old = lseek(fd, 0, SEEK_CUR);
int size = lseek(fd, 0, SEEK_END);