X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP_13%2Fexo1%2Fsrc%2Fmain.c;h=a68e73cb2cbf5a1b87031357c576e11eb9521993;hb=98edfbe1c6a32654f9985239ae1a5d05c74e6a0f;hp=ef4d5455c32177aba07a6eff8f7af458d9931fd1;hpb=093e45f1ff41d6a43353cf77cb522a0e9e12c811;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;