mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
eliminate old manual serialization code for meta evals in ctrl msgs
This commit is contained in:
+1
-1
@@ -393,7 +393,7 @@ md_string_from_children(Arena *arena, MD_Node *root)
|
||||
{
|
||||
Temp scratch = scratch_begin(&arena, 1);
|
||||
String8List strs = {0};
|
||||
for(MD_EachNode(child, root->first))
|
||||
for MD_EachNode(child, root->first)
|
||||
{
|
||||
if(child->flags == child->prev->flags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user