mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Tweak to try and make OSX happy.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user