From 27ffb74084da4282c5197c22ed823c208dc4fab1 Mon Sep 17 00:00:00 2001 From: johnny Date: Fri, 13 Jan 2023 17:48:36 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A9glage=20probl=C3=A8me=20login=20avec=20r?= =?UTF-8?q?esponsable=20d'admission?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Msae.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Msae.c b/Msae.c index 2cafec3..8ec806e 100644 --- a/Msae.c +++ b/Msae.c @@ -598,7 +598,7 @@ int login(Candidat *tCand[],int *tMax,int *pos) /* Affiche un menu de connexion { return -1; } - while(id != 'A' && id != 'a' && id != 'C' && id != 'c') /* Effectue une saisie contrôlée si la saisie ne correspond à aucune option */ + while(id != 'A' && id != 'a' && id != 'C' && id != 'c' && id != 'r' && id != 'R') /* Effectue une saisie contrôlée si la saisie ne correspond à aucune option */ { system("clear"); printf("\t#################### Mauvaise saisie ('q' pour quitter) ####################\nSouhaitez-vous vous connecter en tant que candidat, administrateur ou responsable d'admissions ? (C/A/R)\nSaisie : ");