stopped parent roms with a different crc but the same name from being found as bad.

This commit is contained in:
smf- 2011-08-31 19:25:06 +00:00
parent 106f7338dd
commit c26a00ac0c

View File

@ -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)