Rename cylinder to track throughout (mostly).

This commit is contained in:
David Given
2022-03-25 20:16:12 +01:00
parent ea8af83d61
commit 86c5cccb08
115 changed files with 344 additions and 344 deletions

View File

@@ -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);
}