stopped parent roms with a different crc but the same name from being found as bad.
This commit is contained in:
parent
106f7338dd
commit
c26a00ac0c
@ -128,7 +128,7 @@ m_searchpath = combinedpath;
|
||||
if (record != NULL)
|
||||
{
|
||||
// count the number of files that are found.
|
||||
if (record->status() == audit_record::STATUS_GOOD || (record->status() == audit_record::STATUS_FOUND_INVALID && find_shared_source(source,record->actual_hashes(), record->actual_length()) != NULL))
|
||||
if (record->status() == audit_record::STATUS_GOOD || (record->status() == audit_record::STATUS_FOUND_INVALID && find_shared_source(source, record->actual_hashes(), record->actual_length()) == NULL))
|
||||
{
|
||||
found++;
|
||||
if (shared_source != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user