mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
Core import from MESS (no whatsnew)
This commit is contained in:
parent
feb48e7595
commit
6d4235dcb0
@ -1722,9 +1722,9 @@ bool render_target::load_layout_file(const char *dirname, const char *filename)
|
|||||||
if (rootnode == NULL)
|
if (rootnode == NULL)
|
||||||
{
|
{
|
||||||
if (filename[0] != '<')
|
if (filename[0] != '<')
|
||||||
mame_printf_warning("Improperly formatted XML file '%s', ignorning\n", filename);
|
mame_printf_warning("Improperly formatted XML file '%s', ignoring\n", filename);
|
||||||
else
|
else
|
||||||
mame_printf_warning("Improperly formatted XML string, ignorning");
|
mame_printf_warning("Improperly formatted XML string, ignoring\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user