mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 07:38:45 +00:00
mdesk: at tree introspection
This commit is contained in:
@@ -71,10 +71,10 @@ int main(int argument_count, char **arguments)
|
||||
if (!failed_parse)
|
||||
{
|
||||
Initialize();
|
||||
for(MD_EachNode(ref, list->first_child))
|
||||
for(each_node(ref, list->first_child))
|
||||
{
|
||||
Node *root = MD_ResolveNodeFromReference(ref);
|
||||
for(MD_EachNode(node, root->first_child))
|
||||
for(each_node(node, root->first_child))
|
||||
{
|
||||
TopLevel(node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user