mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-08 06:40:45 +01:00
fix compilation on newer mxml
This commit is contained in:
parent
2a15a2eac2
commit
5ad481ee47
@ -87,7 +87,7 @@ static const char * XMLSaveCallback(mxml_node_t *node, int where)
|
||||
{
|
||||
const char *name;
|
||||
|
||||
name = node->value.element.name;
|
||||
name = mxmlGetElement(node);
|
||||
|
||||
if(where == MXML_WS_BEFORE_CLOSE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user