mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix dumpers passing class fields amongst them.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
/// Dumps a compact disc
|
||||
/// </summary>
|
||||
/// <param name="dskType">Disc type as detected in MMC layer</param>
|
||||
internal void CompactDisc(ref MediaType dskType, bool dumpFirstTrackPregap)
|
||||
internal void CompactDisc(ref MediaType dskType)
|
||||
{
|
||||
uint subSize;
|
||||
DateTime start;
|
||||
|
||||
Reference in New Issue
Block a user