mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Distinguish between filesystem track ordering and image track ordering
(although currently only the filesystem ordering is used).
This commit is contained in:
@@ -93,7 +93,7 @@ public:
|
||||
auto physical = layoutdata->mutable_physical();
|
||||
|
||||
for (int sectorInTrack = 0; sectorInTrack < currentSectorsInTrack;
|
||||
sectorInTrack++)
|
||||
sectorInTrack++)
|
||||
{
|
||||
Bytes sectorHeader(0x10);
|
||||
inputFile.read(
|
||||
|
||||
Reference in New Issue
Block a user