|
|
|
@ -196,7 +196,7 @@ void traiterCandidatures(ListeCandidats liste, int nbCandidats, int nbCandidatsA
|
|
|
|
|
strcat(fNameAdmis, dept);
|
|
|
|
|
strcat(fNameAdmis, "_Admis.don");
|
|
|
|
|
|
|
|
|
|
fAdmis = fopen(fNameAdmis, "a");
|
|
|
|
|
fAdmis = fopen(fNameAdmis, "w");
|
|
|
|
|
|
|
|
|
|
if(fAdmis == NULL) {
|
|
|
|
|
perror("fopen");
|
|
|
|
@ -229,7 +229,7 @@ void traiterCandidatures(ListeCandidats liste, int nbCandidats, int nbCandidatsA
|
|
|
|
|
strcat(fNameAttente, dept);
|
|
|
|
|
strcat(fNameAttente, "_Attente.don");
|
|
|
|
|
|
|
|
|
|
fAttente = fopen(fNameAttente, "a");
|
|
|
|
|
fAttente = fopen(fNameAttente, "w");
|
|
|
|
|
|
|
|
|
|
if(fAttente == NULL) {
|
|
|
|
|
perror("fopen");
|
|
|
|
|