mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[CD subchannel] Fix trying to write to subchannel log when there's none available.
This commit is contained in:
@@ -197,7 +197,7 @@ public static class CompactDisc
|
||||
rwOk = true;
|
||||
@fixed = true;
|
||||
|
||||
subLog.WriteRwFix(lba);
|
||||
subLog?.WriteRwFix(lba);
|
||||
}
|
||||
|
||||
int aPos;
|
||||
|
||||
Reference in New Issue
Block a user