ca segfault avec cette ligne
This commit is contained in:
parent
2e137390be
commit
4f7b69b283
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit b209bb1fb718a68256253d5ab5ff69a46a90d5d6
|
Subproject commit 690840914077a838e13238356db33e35127baa7d
|
||||||
|
|
@ -70,7 +70,7 @@ int handle_instruction(int fd)
|
||||||
return (error_syntax(&token, &parser, &ast));
|
return (error_syntax(&token, &parser, &ast));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ft_show_heredoc_data(&ast);
|
/* ft_show_heredoc_data(&ast); */
|
||||||
btree_print(STDBUG, ast, &ft_putast);
|
btree_print(STDBUG, ast, &ft_putast);
|
||||||
if (ft_exec(&ast))
|
if (ft_exec(&ast))
|
||||||
return (1);
|
return (1);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue