diff --git a/src/csv_reader_V2.c b/src/csv_reader_V2.c index 61dfa86..163ada8 100644 --- a/src/csv_reader_V2.c +++ b/src/csv_reader_V2.c @@ -25,7 +25,7 @@ affiche_top50(Personne P, int i) affiche_recherche(Personne P) { - printf("%d %s %s %c %d %s %s %", P.athId, P.lastName, P.firstName, P.gender, P.age, P.height, P.weight, P.); + printf("%d %s %s %c %d %s %s %d %d %d %d %d %d", P.athId, P.lastName, P.firstName, P.gender, P.age, P.height, P.weight, P.score18_1, P.score18_2, P.score18_2a, P.score18_3, P.score18_4, P.score18_5); } // Conditionals -- libgit2 0.21.2