mirror of https://github.com/digint/btrbk
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^pull/549/head
parent
b1fa6eff40
commit
95aa290ff2
2
btrbk
2
btrbk
|
@ -2340,7 +2340,7 @@ sub extentmap_merge(@) {
|
||||||
my $end = -2;
|
my $end = -2;
|
||||||
foreach (@range) {
|
foreach (@range) {
|
||||||
if($_->[0] <= $end + 1) {
|
if($_->[0] <= $end + 1) {
|
||||||
# range overlaps the preceeding one, or is adjacent to it
|
# range overlaps the preceding one, or is adjacent to it
|
||||||
$end = $_->[1] if($_->[1] > $end);
|
$end = $_->[1] if($_->[1] > $end);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue