mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-12-19 21:21:53 +02:00
m1rc3/norruption/2/collda: oops, only look for collateral damage on standby.fpg
This commit is contained in:
parent
88bf6b7842
commit
cb024e1f42
@ -8,6 +8,7 @@ while (<>) {
|
|||||||
if ($1 eq "standby.fpg") {
|
if ($1 eq "standby.fpg") {
|
||||||
$n++;
|
$n++;
|
||||||
$c{$n} = $c+1;
|
$c{$n} = $c+1;
|
||||||
|
next;
|
||||||
}
|
}
|
||||||
next if $last{$1} eq $2;
|
next if $last{$1} eq $2;
|
||||||
if (defined $h{$n}) {
|
if (defined $h{$n}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user