@ -68,7 +68,7 @@ void saveIUT(VilleIUT** tiut, int tlogi){
}
fwrite(&tlogi,sizeof(int),1,f);
for(int i=0; i<tlogi; i++){
fwrite(tiut[i]->ville,sizeof(char),31,f);
fwrite(tiut[i]->Ville,sizeof(char),31,f);
MaillonDep* m;