diff --git a/source/sae.c b/source/sae.c index 15830a3..b16774f 100644 --- a/source/sae.c +++ b/source/sae.c @@ -754,7 +754,7 @@ int creerCandidat(Candidat *tCand[], int nbCandidats) scanf("%f", &c->notes[i]); i = i + 1; } - c->lchoix = listenouv(); + c->lchoix = listenouvC(); c = (Candidat *) malloc (sizeof(Candidat)); tCand[nbCandidats] = c; return nbCandidats + 1;