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:
parent
b3e41c711b
commit
aa25f0962c
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ int fat_readwrite( struct fat_file *file, int sectorcount,
|
||||||
|
|
||||||
int fat_seek(struct fat_file *file, int seeksector )
|
int fat_seek(struct fat_file *file, int seeksector )
|
||||||
{
|
{
|
||||||
int clusternum, sectornum, sector;
|
int clusternum, sectornum, sector=0;
|
||||||
int cluster = file->firstcluster;
|
int cluster = file->firstcluster;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue