From a1500d05f6a60eda7e40c0430f0dd5a2cb73a379 Mon Sep 17 00:00:00 2001 From: "matheo.thierry" Date: Sat, 17 Dec 2022 09:46:38 +0100 Subject: [PATCH] MODIF ajustement v2 P2 --- sae1-02.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sae1-02.c b/sae1-02.c index 396aaf4..0748be4 100644 --- a/sae1-02.c +++ b/sae1-02.c @@ -152,7 +152,7 @@ void test1(void){ affichageetu(*tetu[j]); for(i=0; inbchoix; i++){ printf("carte %d={", i+1); - lc = tetu[j]->lchoixdept; + lc = *tetu[j]->lchoixdept; affichage(lc); } }