From a87d17a27e0fe7a8a19d49d076cb5e25bda5ec43 Mon Sep 17 00:00:00 2001 From: "yann.champeau" Date: Fri, 13 Jan 2023 18:28:16 +0100 Subject: [PATCH] Ajustements. --- src/partie2/saeP2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partie2/saeP2.c b/src/partie2/saeP2.c index 406f094..fc26664 100644 --- a/src/partie2/saeP2.c +++ b/src/partie2/saeP2.c @@ -30,7 +30,7 @@ candidat** LoadCandid(int* CandidOpen, int* nbcandid) //Son nb de choix fread(&Tabcandidat[i]->nbchoix,sizeof(int),1,file); //Tant que j'ai pas fait tout ces choix : - for(int y=0;ynbchoix;++y) { //Je lis La ville, le département, la décision du dep, la validation du candidat voeu* voeu_ajout=(voeu*)malloc(sizeof(voeu));