From 49e5792858da785cf814fe529b6e9ddbfb326595 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 16 Feb 2005 19:19:11 +0000 Subject: [PATCH] Add FIXME comment about empty last group. --- html/show-tournament.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/show-tournament.pl b/html/show-tournament.pl index 230621b..3a407f8 100755 --- a/html/show-tournament.pl +++ b/html/show-tournament.pl @@ -71,6 +71,9 @@ for my $score (@$scores) { } } +# FIXME: In some odd cases, there _might_ be an empty group right at the end. Fix this when +# we are able to add/delete people in groups. + my $num_rounds = scalar @rounds; my $num_rankings = scalar @$rankings; -- 2.39.2