mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
fixed chd auditing
This commit is contained in:
parent
47120dca49
commit
f430376ca8
@ -344,7 +344,7 @@ audit_record *media_auditor::audit_one_disk(const rom_entry *rom)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// compute the final status
|
// compute the final status
|
||||||
compute_status(record, rom, record.actual_length() != 0);
|
compute_status(record, rom, err == CHDERR_NONE);
|
||||||
return &record;
|
return &record;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user