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:
Miika Pekkarinen 2006-10-21 21:05:23 +00:00
parent 425bc4e246
commit 19d78653fe

View file

@ -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)