mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-12-19 00:29:42 +02:00
m1rc3/norruption/2/bscmp: show number of corruption as i/n instead of (n)
This commit is contained in:
parent
71495fe69f
commit
a83a711733
@ -49,8 +49,10 @@ for (sort keys %c) {
|
|||||||
}
|
}
|
||||||
$s{$i} .= $s;
|
$s{$i} .= $s;
|
||||||
}
|
}
|
||||||
|
$i = 0;
|
||||||
for $a (@a) {
|
for $a (@a) {
|
||||||
$s{$a} .= " | $_ ($n)\n";
|
$i++;
|
||||||
|
$s{$a} .= " | $_ $i/$n\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user