master
Yann CHAMPEAU 3 years ago
parent 42ccfed60b
commit 9010c0ecaa

@ -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;
for(int i=0; i<tlogi; i++){

Loading…
Cancel
Save