Commit Unalive

master
Jade VAN BRABANDT 3 years ago
parent 251daa312b
commit 34ea6c55c8

@ -67,7 +67,7 @@ int loadIUT(VilleIUT** tiut){
} }
void saveIUT(VilleIUT** tiut, int tlogi){ void saveIUT(VilleIUT** tiut, int tlogi){
FILE* f=fopen("Etudiants.bin","wb"); FILE* f=fopen("src/DataBase/Etudiants.bin","wb");
if(f==NULL){ if(f==NULL){
perror("fopen"); perror("fopen");
exit(errno); exit(errno);

Loading…
Cancel
Save