Francois Gouget : testbot/web: Tweak the Activity page VMs iteration.

Alexandre Julliard julliard at winehq.org
Tue Apr 26 15:31:17 CDT 2022


Module: tools
Branch: master
Commit: 153512200dcdf9901429bbe9d2e6f737a158939b
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=153512200dcdf9901429bbe9d2e6f737a158939b

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Apr 26 19:32:53 2022 +0200

testbot/web: Tweak the Activity page VMs iteration.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/web/Activity.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl
index ffdf0fe..adf5a45 100644
--- a/testbot/web/Activity.pl
+++ b/testbot/web/Activity.pl
@@ -158,7 +158,7 @@ sub GenerateBody($)
       print "<td class='Record'> </td>";
     }
 
-    foreach my $Col (0.. at SortedVMs-1)
+    foreach my $Col (0..$#SortedVMs)
     {
       my $VM = $SortedVMs[$Col];
       my $VMStatus = $Group->{statusvms}->{$VM->Name};




More information about the wine-cvs mailing list