When autoconfiguring, set up the decoder to allow disk verification.

This commit is contained in:
David Given
2022-01-26 23:53:44 +01:00
parent 8fb2ad1986
commit 2439736cb4

View File

@@ -129,6 +129,8 @@ public:
Error() << fmt::format("DIM: unknown media byte 0x%02x, could not determine write profile automatically", mediaByte);
break;
}
config.mutable_decoder()->mutable_ibm();
}
image->calculateSize();