mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Workaround strange arithmetic bug.
This commit is contained in:
@@ -239,11 +239,8 @@ sealed class DumpMediaCommand : Command
|
||||
AnsiConsole.Markup(format, objects);
|
||||
};
|
||||
|
||||
if(fixSubchannelCrc)
|
||||
fixSubchannel = true;
|
||||
|
||||
if(retrySubchannel || fixSubchannel)
|
||||
fixSubchannelPosition = true;
|
||||
fixSubchannel |= fixSubchannelCrc;
|
||||
fixSubchannelPosition |= retrySubchannel || fixSubchannel;
|
||||
|
||||
if(maxBlocks == 0)
|
||||
maxBlocks = 64;
|
||||
|
||||
Reference in New Issue
Block a user