mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Save data on device report when not in debug mode.
This commit is contained in:
@@ -45,8 +45,8 @@ namespace DiscImageChef.Core.Devices.Report
|
||||
/// </summary>
|
||||
public Pcmcia PcmciaReport()
|
||||
{
|
||||
Pcmcia pcmciaReport = new Pcmcia {CIS = dev.Cis};
|
||||
Tuple[] tuples = CIS.GetTuples(dev.Cis);
|
||||
Pcmcia pcmciaReport = new Pcmcia {CIS = _dev.Cis};
|
||||
Tuple[] tuples = CIS.GetTuples(_dev.Cis);
|
||||
if(tuples == null) return pcmciaReport;
|
||||
|
||||
foreach(Tuple tuple in tuples)
|
||||
|
||||
Reference in New Issue
Block a user