From 690aa1f71db68b30059218f6b40aa489cf4c15fd Mon Sep 17 00:00:00 2001 From: mdupre1 Date: Tue, 3 Apr 2018 12:12:56 +0200 Subject: [PATCH] affichage fini --- src/csv_reader_V2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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