X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP_13%2Fexo1%2Fsrc%2Fmain.c;h=a68e73cb2cbf5a1b87031357c576e11eb9521993;hb=b2129d81b38a22c9102a8fb3b66d317fc77c5c07;hp=ef4d5455c32177aba07a6eff8f7af458d9931fd1;hpb=59941dc1cf415077fbfbde8b313e52e8f3fc6fe5;p=TD_C.git diff --git a/TP_13/exo1/src/main.c b/TP_13/exo1/src/main.c index ef4d545..a68e73c 100644 --- a/TP_13/exo1/src/main.c +++ b/TP_13/exo1/src/main.c @@ -17,7 +17,7 @@ int main() { do { display_choice_menu(); errno = prompt_value("Choix?", &choice); - handle_prompt_error(errno); + handle_prompt_error(errno, tab); if (1 > choice || 8 < choice) { printf("\nFaire un choix compris entre 1 et 8\n"); continue;