Ajustements.

master
Yann CHAMPEAU 3 years ago
parent 93d651325d
commit da8959d818

@ -347,7 +347,7 @@ void modifNomResponsable(VilleIUT* tiut[],int tlogi){
VilleIUT* v=tiut[noVille];
printf("\n\nEntrez le département à modifier:");
char dep[31];
scanf("%s",dep);
scanf("%*c%s",dep);
if(!existeDep(v->ldept,dep)){
fprintf(stderr,"\nDépartement non existant !\n");
return;

Loading…
Cancel
Save