Workaround strange arithmetic bug.

This commit is contained in:
2022-04-10 14:10:11 +01:00
parent 30b5802198
commit 1e58286375

View File

@@ -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;