mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
Not found should actually return not found
This commit is contained in:
parent
50a9cf0de4
commit
c756043e55
@ -382,6 +382,7 @@ media_auditor::summary media_auditor::summarize(const char *name, astring *strin
|
|||||||
else
|
else
|
||||||
string->catprintf("NOT FOUND (%s)\n", shared_device->shortname());
|
string->catprintf("NOT FOUND (%s)\n", shared_device->shortname());
|
||||||
}
|
}
|
||||||
|
best_new_status = NOTFOUND;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case audit_record::SUBSTATUS_NOT_FOUND_NODUMP:
|
case audit_record::SUBSTATUS_NOT_FOUND_NODUMP:
|
||||||
|
Loading…
Reference in New Issue
Block a user