Update mxml_fil.c

This commit is contained in:
Franček Prijatelj
2013-11-23 19:09:30 +01:00
parent 9f93fbbe81
commit 6f4579fb6c

View File

@@ -2091,7 +2091,7 @@ mxml_load_data(
{
node = parent;
while (parent->parent != top && parent->parent)
while (parent != top && parent->parent)
parent = parent->parent;
if (node != parent)