Modification de la fonction loadIUT.

master
Yann CHAMPEAU 3 years ago
parent 21f38dd23b
commit 93d30ba621

@ -56,7 +56,7 @@ VilleIUT** loadIUT(VilleIUT** tiut, int* tlogi){
}
}
}
return tiut;
return tiut[0];
}
void saveIUT(VilleIUT** tiut, int tlogi){

@ -12,7 +12,7 @@ int main(void)
system("clear");
VilleIUT* tiut[36529];
int tlogi, quitter=0;
tiut=loadIUT(tiut,&tlogi),
tiut=loadIUT(tiut,&tlogi);
while(!quitter){
menu();
char user;

Loading…
Cancel
Save