Hopefully now fixed the last 64-bit compiler warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11303 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
425bc4e246
commit
19d78653fe
1 changed files with 2 additions and 1 deletions
|
@ -2755,7 +2755,8 @@ bool tagcache_import_changelog(void)
|
|||
{
|
||||
struct master_header myhdr;
|
||||
struct tagcache_header tch;
|
||||
int clfd, masterfd;
|
||||
int clfd;
|
||||
long masterfd;
|
||||
char buf[2048];
|
||||
|
||||
if (!stat.ready)
|
||||
|
|
Loading…
Reference in a new issue