mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1rc3/norruption/2/bscmp: show number of corruption as i/n instead of (n)
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user