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); } }