1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-09 00:37:27 +00:00

Try permitting a single sync section only.

This commit is contained in:
Thomas Harte 2023-12-08 23:44:26 -05:00
parent 371f109a84
commit 28cb0ad029

View File

@ -90,7 +90,7 @@ std::shared_ptr<::Storage::Disk::Track> NIB::get_track_at_position(::Storage::Di
end = (end + track_data.size() - 1) % track_data.size();
sync_locations.insert(end);
}
// break;
break;
}
}