diff --git a/source/preferences.cpp b/source/preferences.cpp index 9b0787d..63ac919 100644 --- a/source/preferences.cpp +++ b/source/preferences.cpp @@ -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) {