drawio fix
This commit is contained in:
@@ -40,6 +40,7 @@ t_dio_node get_cmd_txt(t_ast_n *node)
|
||||
if (node->state == _CMD)
|
||||
{
|
||||
txt.cmd = ft_sprintf("%s%s", NL, node->cmd);
|
||||
if (txt.cmd)
|
||||
txt.cmd = replace_left_red(txt.cmd);
|
||||
if (node->args && node->args[0])
|
||||
args = ft_tabstr(node->args);
|
||||
|
||||
Reference in New Issue
Block a user