mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -73,10 +73,8 @@ namespace DiscImageChef.Devices
|
||||
/// <param name="lba">Logical Block Address, starting from 1.</param>
|
||||
/// <param name="timeout">Timeout.</param>
|
||||
/// <param name="duration">Duration.</param>
|
||||
public bool ArchiveCorpSeekBlock(out byte[] senseBuffer, uint lba, uint timeout, out double duration)
|
||||
{
|
||||
return ArchiveCorpSeekBlock(out senseBuffer, false, lba, timeout, out duration);
|
||||
}
|
||||
public bool ArchiveCorpSeekBlock(out byte[] senseBuffer, uint lba, uint timeout, out double duration) =>
|
||||
ArchiveCorpSeekBlock(out senseBuffer, false, lba, timeout, out duration);
|
||||
|
||||
/// <summary>
|
||||
/// Positions the tape at the specified block address
|
||||
|
||||
Reference in New Issue
Block a user