mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
using same check as in clifront, just to check if string is empty (nw)
This commit is contained in:
parent
665cce56de
commit
e3988ad65e
@ -563,7 +563,7 @@ void emu_options::set_system_name(const char *name)
|
||||
if (cursystem == nullptr)
|
||||
return;
|
||||
|
||||
if (software_name())
|
||||
if (*software_name() != 0)
|
||||
{
|
||||
std::string sw_load(software_name());
|
||||
std::string sw_list, sw_name, sw_part, sw_instance, option_errors, error_string;
|
||||
|
Loading…
Reference in New Issue
Block a user