1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-12-19 18:32:47 +02:00

m1rc3/norruption/2/collda: oops, only look for collateral damage on standby.fpg

This commit is contained in:
Werner Almesberger 2011-10-14 05:54:21 -03:00
parent 88bf6b7842
commit cb024e1f42

View File

@ -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}) {