From cdfa81328b0d62fe6699746fdd5755fc9a4049b3 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Thu, 30 Mar 2023 13:27:23 +0200 Subject: [PATCH] fix: file verif cause non close fd --- redirection/file.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/redirection/file.c b/redirection/file.c index 052216c..4a49779 100644 --- a/redirection/file.c +++ b/redirection/file.c @@ -6,7 +6,7 @@ /* By: cchauvet