fix + norm

This commit is contained in:
Loic Deridder
2025-02-15 09:28:53 +01:00
parent 785e3fdfa0
commit bc2386cc83
9 changed files with 11 additions and 11 deletions

View File

@@ -92,11 +92,9 @@ int ifhere_remove_quote(t_ast_n *node, int j)
void read_input(t_ast_n *node, int j)
{
char *str;
// int len;
int check;
check = ifhere_remove_quote(node, j);
// len = ft_strlen(node->files[j]);
str = get_next_line(node->msh->here_fd, 0);
while (str && ft_strncmp(str, node->files[j], ft_strlen(str) - 1) != 0)
{