From cb024e1f421862903ed9fd81dd805fa8b1e67bea Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 14 Oct 2011 05:54:21 -0300 Subject: [PATCH] m1rc3/norruption/2/collda: oops, only look for collateral damage on standby.fpg --- m1rc3/norruption/2/collda | 1 + 1 file changed, 1 insertion(+) diff --git a/m1rc3/norruption/2/collda b/m1rc3/norruption/2/collda index 52150cc..e7cd87b 100755 --- a/m1rc3/norruption/2/collda +++ b/m1rc3/norruption/2/collda @@ -8,6 +8,7 @@ while (<>) { if ($1 eq "standby.fpg") { $n++; $c{$n} = $c+1; + next; } next if $last{$1} eq $2; if (defined $h{$n}) {