MODIF P2 petite correction

master
Matheo THIERRY 2 years ago
parent 6ece4a2ea7
commit 01acef0773

@ -103,7 +103,7 @@ listetuinfo lireEtu(FILE *fe){
listetuinfo b;
int i;
fscanf(fe, "%d %s %s %d %d %d %d %d", &b.numeroetu, b.nometu, b.prenometu, &b.notes[0], &b.notes[1], &b.notes[2], &b.notes[3], &b.nbchoix);
b.lchoixdept = lireChoix(fe, nbchoix);
b.lchoixdept = lireChoix(fe, b.nbchoix);
return b;
}

Loading…
Cancel
Save