Ajustements.

master
Yann CHAMPEAU 3 years ago
parent ff8864d25d
commit 7c15fbb73e

Binary file not shown.

@ -45,7 +45,7 @@ void menuResponsable(VilleIUT* tiut[],int *tlogi,candidat* tcandidat[]){
int RechercheVoeuIDInformatique(candidat candid)
{
int ID_found=0;
for(int i=0;i<candid.nbchoix||!ID_found;++i)
for(int i=0;i<candid.nbchoix && !ID_found;++i)
{
if(!strcmp(candid.TabVoeu[i]->dep,"Informatique")) ID_found=i;
}

Loading…
Cancel
Save