Ajustements.

master
Yann CHAMPEAU 3 years ago
parent f308d1b5d5
commit d834c9c9e8

@ -193,7 +193,7 @@ void Candidater(VilleIUT* tiut[],int tlogi, candidat* tcandidat[], int nbcandida
strcpy(voeu_ajout->dep,DepRech); strcpy(voeu_ajout->dep,DepRech);
voeu_ajout->ddep=0; voeu_ajout->ddep=0;
voeu_ajout->vcand=0; voeu_ajout->vcand=0;
tcandidat[i]->TabVoeu[tcandidat[i]->nbchoix-1]=voeu_ajout; tcandidat[i]->TabVoeu[tcandidat[i]->nbchoix]=voeu_ajout;
tcandidat[i]->nbchoix++; tcandidat[i]->nbchoix++;
} }

Loading…
Cancel
Save