mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Fix comment
This commit is contained in:
@@ -975,7 +975,7 @@ namespace RedBookPlayer.Models.Hardware
|
|||||||
/// <param name="zeroSectorsAmount">Number of zeroed sectors to concatenate</param>
|
/// <param name="zeroSectorsAmount">Number of zeroed sectors to concatenate</param>
|
||||||
private void DetermineReadAmount(out ulong sectorsToRead, out ulong zeroSectorsAmount)
|
private void DetermineReadAmount(out ulong sectorsToRead, out ulong zeroSectorsAmount)
|
||||||
{
|
{
|
||||||
// Always attempt to read one frame of data
|
// Always attempt to read one second of data
|
||||||
sectorsToRead = 75;
|
sectorsToRead = 75;
|
||||||
zeroSectorsAmount = 0;
|
zeroSectorsAmount = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user