Ajustements.

master
Yann CHAMPEAU 3 years ago
parent 72502c6837
commit de4d039960

@ -295,7 +295,7 @@ void creerDep(VilleIUT* tiut[],int tlogi){
fgets(m->resp, 51, stdin); fgets(m->resp, 51, stdin);
int i=0; int i=0;
while(m->resp[i+1]!='\0')i++; while(m->resp[i+1]!='\0')i++;
m->resp[i]='\0' m->resp[i]='\0';
printf("\n\nLe département %s a bien été ajouté à l'IUT de %s.\n",m->departement,ville); printf("\n\nLe département %s a bien été ajouté à l'IUT de %s.\n",m->departement,ville);
return; return;
} }

Loading…
Cancel
Save