Compare commits

..

No commits in common. '10a61cb3a04074d505af489a5212ce4247173750' and 'e098c54188cf72083a7e801e755bf4d0c98092a1' have entirely different histories.

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

Loading…
Cancel
Save