1
0
Fork 0
forked from len0rd/rockbox

Removed warning.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2799 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-11-01 08:31:55 +00:00
parent b3e41c711b
commit aa25f0962c

View file

@ -1200,7 +1200,7 @@ int fat_readwrite( struct fat_file *file, int sectorcount,
int fat_seek(struct fat_file *file, int seeksector )
{
int clusternum, sectornum, sector;
int clusternum, sectornum, sector=0;
int cluster = file->firstcluster;
int i;