Forgot the increment in the while loop. Thanks to Szaka for spotting this.
(Logical change 1.71)edge.strict_endians
parent
ed19c0cf08
commit
998104321b
|
@ -1348,6 +1348,7 @@ int ntfs_rl_truncate(runlist **arl, const VCN start_vcn)
|
|||
while (rl->length) {
|
||||
if (start_vcn < rl[1].vcn)
|
||||
break;
|
||||
rl++;
|
||||
}
|
||||
if (!rl->length) {
|
||||
// FIXME: Weird, probably a BUG()!
|
||||
|
|
Loading…
Reference in New Issue