mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-13 07:52:22 -07:00
[api] decompose the message printing API by one notch
This commit is contained in:
@@ -19,7 +19,7 @@ int main(int argument_count, char **arguments)
|
||||
{
|
||||
for(MD_EachNode(node, root->first_child))
|
||||
{
|
||||
MD_NodeMessageF(node, MD_MessageKind_Error, "This node has an error!");
|
||||
MD_NodeMessageF(stderr, node, MD_MessageKind_Error, "This node has an error!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user