mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +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
|
||||
string->catprintf("NOT FOUND (%s)\n", shared_device->shortname());
|
||||
}
|
||||
best_new_status = NOTFOUND;
|
||||
break;
|
||||
|
||||
case audit_record::SUBSTATUS_NOT_FOUND_NODUMP:
|
||||
|
Loading…
Reference in New Issue
Block a user