X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;fp=bugcounts;h=46cdf368535e6e54a08dd6f6268bd8befcf65990;hp=f3913ee91b851e60819fd5f6e2c2072c177946bb;hb=6cc0aae01abb47bb8732c9b07a889e8697a0169e;hpb=038c6aa61e809657e74971f8fe72a56fe57551a7 diff --git a/bugcounts b/bugcounts index f3913ee..46cdf36 100755 --- a/bugcounts +++ b/bugcounts @@ -73,7 +73,7 @@ for my $p (keys %scanlib::packagelist) { } if (defined($scanlib::comments{$p}) && $scanlib::comments{$p} =~ m/^\[REMOVE\]/) { - $removecount += scalar @{$scanlib::packagelist{$p}); + $removecount += scalar @{$scanlib::packagelist{$p}}; } }