MBR selection now should work fine

This commit is contained in:
Roman Belkov 2015-10-28 16:58:47 +03:00
parent f7ce586514
commit aea7db3e87

View file

@ -142,7 +142,7 @@ namespace DynamicDevices.DiskWriter
var res = false;
try
{
res = disk.ReadDrive(drive, filePath, _eCompType, unmountDrivesToolStripMenuItem.Checked);
res = disk.ReadDrive(drive, filePath, _eCompType, useMBRToolStripMenuItem.Checked);
}
catch (Exception ex)
{