mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Rename cylinder to track throughout (mostly).
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
{
|
||||
int sectorId = charToInt(sectorChar);
|
||||
const auto& sector =
|
||||
image.get(location.logicalCylinder, location.head, sectorId);
|
||||
image.get(location.logicalTrack, location.head, sectorId);
|
||||
if (sector)
|
||||
sectors.push_back(sector);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user