From 85a652f27eca55672e98bd633d6b159746277161 Mon Sep 17 00:00:00 2001 From: adriy Date: Tue, 9 May 2017 20:48:12 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'VANDAMME31.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VANDAMME31.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VANDAMME31.c b/VANDAMME31.c index daf7a87..9fefac2 100644 --- a/VANDAMME31.c +++ b/VANDAMME31.c @@ -1038,7 +1038,7 @@ void nouvelleListeArticle(ListeArticle ** listeArticle) } void detruireListeArticle(ListeArticle ** listeArticle) { - if(!(*listeArticle)) + if((*listeArticle)) { nouvelleListeArticle(&((*listeArticle)->suite)); free((*listeArticle));