mirror of
https://github.com/vivier/EMILE.git
synced 2024-10-31 20:05:01 +00:00
correct name
This commit is contained in:
parent
f76443357e
commit
c5f68b4a0e
@ -24,7 +24,7 @@ int map_partition_read(map_t* map, off_t block, size_t nb, char* sector)
|
||||
* FLOPPY_SECTOR_SIZE;
|
||||
|
||||
ret = map->device->read_sector(map->device,
|
||||
offset, bootblock,
|
||||
offset, sector,
|
||||
nb * FLOPPY_SECTOR_SIZE);
|
||||
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user