diff --git a/DiscImageChef.Core/Devices/Report/SecureDigital.cs b/DiscImageChef.Core/Devices/Report/SecureDigital.cs index a7e72d731..4a3e1f17e 100644 --- a/DiscImageChef.Core/Devices/Report/SecureDigital.cs +++ b/DiscImageChef.Core/Devices/Report/SecureDigital.cs @@ -133,7 +133,7 @@ namespace DiscImageChef.Core.Devices.Report if(!sense) { DicConsole.WriteLine("OCR obtained correctly..."); - report.MultiMediaCard.OCR = ocr; + report.SecureDigital.OCR = ocr; } else DicConsole.WriteLine("Could not read OCR..."); @@ -144,7 +144,7 @@ namespace DiscImageChef.Core.Devices.Report if(!sense) { DicConsole.WriteLine("SCR obtained correctly..."); - report.MultiMediaCard.SCR = scr; + report.SecureDigital.SCR = scr; } else DicConsole.WriteLine("Could not read SCR...");