Skip to content

fix compatibility with mxml 3.0#12

Open
afontenot wants to merge 1 commit intopaulnasca:masterfrom
afontenot:master
Open

fix compatibility with mxml 3.0#12
afontenot wants to merge 1 commit intopaulnasca:masterfrom
afontenot:master

Conversation

@afontenot
Copy link

Just a quick fix for #11

if (mxmlGetType(mxmlGetFirstChild(node)) != MXML_OPAQUE) return;

snprintf(par,maxstrlen,"%s",node->child->value.element.name);
snprintf(par,maxstrlen,"%s",mxmlGetText(mxmlGetFirstChild(node), NULL));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn’t mxmlGetText be mxmlGetElement here as well, like in line 32?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants