]> git.sesse.net Git - ccbs/commitdiff
Add FIXME comment about empty last group.
authorSteinar H. Gunderson <sesse@samfundet.no>
Wed, 16 Feb 2005 19:19:11 +0000 (19:19 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Wed, 16 Feb 2005 19:19:11 +0000 (19:19 +0000)
html/show-tournament.pl

index 230621bba7294f51edd67df4efc7689fce82a906..3a407f80e99dafa1848bcc03c697f261179c7940 100755 (executable)
@@ -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;
 
 my $num_rounds = scalar @rounds;
 my $num_rankings = scalar @$rankings;