Ajustements.

master
Yann CHAMPEAU 3 years ago
parent a87d17a27e
commit 93d651325d

@ -38,7 +38,7 @@ candidat** LoadCandid(int* CandidOpen, int* nbcandid)
fread(voeu_ajout->dep,sizeof(char)*31,1,file);
fread(&voeu_ajout->ddep,sizeof(int),1,file);
fread(&voeu_ajout->vcand,sizeof(int),1,file);
Candidat_ajout.TabVoeu[i]=voeu_ajout;
Tabcandidat[i]->TabVoeu[i]=voeu_ajout;
}
}
//Je sors

Loading…
Cancel
Save