mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 06:38:45 +00:00
more arranging functions; MD_MakeNode
This commit is contained in:
@@ -64,7 +64,7 @@ int main(int argument_count, char **arguments)
|
||||
for(int i = 1; i < argument_count; i += 1)
|
||||
{
|
||||
MD_Node *root = MD_ParseWholeFile(MD_S8CString(arguments[i])).node;
|
||||
MD_PushSibling(&first, &last, MD_NilNode(), root);
|
||||
MD_PushSibling(&first, &last, root);
|
||||
}
|
||||
|
||||
for(MD_EachNode(root, first))
|
||||
|
||||
Reference in New Issue
Block a user