ca segfault avec cette ligne

This commit is contained in:
Jack Halford 2017-03-12 15:29:35 +01:00
parent 2e137390be
commit 4f7b69b283
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b209bb1fb718a68256253d5ab5ff69a46a90d5d6
Subproject commit 690840914077a838e13238356db33e35127baa7d

View file

@ -70,7 +70,7 @@ int handle_instruction(int fd)
return (error_syntax(&token, &parser, &ast));
}
}
ft_show_heredoc_data(&ast);
/* ft_show_heredoc_data(&ast); */
btree_print(STDBUG, ast, &ft_putast);
if (ft_exec(&ast))
return (1);