diff --git a/m1rc3/norruption/2/collda b/m1rc3/norruption/2/collda index 0c8cd75..52150cc 100755 --- a/m1rc3/norruption/2/collda +++ b/m1rc3/norruption/2/collda @@ -5,9 +5,10 @@ while (<>) { next; } next unless /Checking : (\S+)\s+CRC failed.* got (\S+)\)/; - $n++; - $c{$n} = $c+1; - next if $1 eq "standby.fpg"; + if ($1 eq "standby.fpg") { + $n++; + $c{$n} = $c+1; + } next if $last{$1} eq $2; if (defined $h{$n}) { $h{$n} .= ", ".$1;