This commit is contained in:
gazhonsepaskwa
2025-02-18 11:59:16 +01:00
parent 1d4b97ed9a
commit dcb9bde568
9 changed files with 50 additions and 48 deletions

View File

@@ -85,7 +85,7 @@ void expander_var(t_ast_n *nd, int j, int i)
int l;
k = i;
if (expand_exit(nd, j , i))
if (expand_exit(nd, j, i))
return ;
new = ft_calloc(ft_strlen(nd->args[j]) + get_var_len(nd, j, &k), 1);
if (!new)