Tweak to try and make OSX happy.

This commit is contained in:
David Given
2025-10-10 00:54:22 +02:00
parent 97bb563ba0
commit 0ba0a9cce5

View File

@@ -31,7 +31,7 @@ std::shared_ptr<DecodedTrack> Decoder::decodeToSectors(
{
_sector = std::make_shared<Sector>(LogicalLocation{0, 0, 0});
_sector->physicalLocation = std::make_optional<CylinderHead>(
{ptl->physicalCylinder, ptl->physicalHead});
ptl->physicalCylinder, ptl->physicalHead);
_sector->status = Sector::MISSING;
};