|
|
|
@ -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;
|
|
|
|
|