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

@@ -16,6 +16,7 @@ int handle_file(t_ast_n *node, int check, int i)
{
int fd;
fd = 0;
if (check == 1 && access(node->files[i], F_OK))
{
ft_fprintf(2, "%s: %s\n", node->files[i], "No such file or directory");