mirror of https://github.com/adamdruppe/arsd.git
speculative bug fix
This commit is contained in:
parent
15e648f43e
commit
26868a7526
2
cgi.d
2
cgi.d
|
@ -3648,7 +3648,7 @@ class BufferedInputRange {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
view = underlyingBuffer[underlyingBuffer.ptr - view.ptr .. view.length + ret];
|
view = underlyingBuffer[view.ptr - underlyingBuffer.ptr .. view.length + ret];
|
||||||
} while(view.length < minBytesToSettleFor);
|
} while(view.length < minBytesToSettleFor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue