Fix: Config sector calculation failed on super-floppy formatted media

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5232 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-10-09 09:46:31 +00:00
parent a450e34770
commit 270fe46f3c

View file

@ -617,7 +617,7 @@ void settings_calc_config_sector(void)
int i, partition_start;
int sector = 0;
if (fat_startsector != 0) /* There is a partition table */
if (fat_startsector() != 0) /* There is a partition table */
{
sector = 61;
for (i = 0; i < 4; i++)