Commit 690aa1f71db68b30059218f6b40aa489cf4c15fd
1 parent
fc996bc8
affichage fini
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/csv_reader_V2.c
@@ -25,7 +25,7 @@ affiche_top50(Personne P, int i) | @@ -25,7 +25,7 @@ affiche_top50(Personne P, int i) | ||
25 | 25 | ||
26 | affiche_recherche(Personne P) | 26 | affiche_recherche(Personne P) |
27 | { | 27 | { |
28 | - printf("%d %s %s %c %d %s %s %", P.athId, P.lastName, P.firstName, P.gender, P.age, P.height, P.weight, P.); | 28 | + 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); |
29 | } | 29 | } |
30 | 30 | ||
31 | // Conditionals | 31 | // Conditionals |