mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 12:34:05 +02:00
m1rc3/norruption/2/collda: cycle of corruption is last good cycle + 1
This commit is contained in:
parent
e9bdf5f3dc
commit
71495fe69f
@ -6,7 +6,7 @@ while (<>) {
|
|||||||
}
|
}
|
||||||
next unless /Checking : (\S+)\s+CRC failed.* got (\S+)\)/;
|
next unless /Checking : (\S+)\s+CRC failed.* got (\S+)\)/;
|
||||||
$n++;
|
$n++;
|
||||||
$c{$n} = $c;
|
$c{$n} = $c+1;
|
||||||
next if $1 eq "standby.fpg";
|
next if $1 eq "standby.fpg";
|
||||||
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