From 1e44c16cc13bd869c6985ecb90975b4d61d170ea Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 13 Jan 2023 16:06:21 +0100 Subject: [PATCH] commit --- source/sae.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;