mirror of https://github.com/buggins/dlangui.git
fix #570
This commit is contained in:
parent
d942853bcd
commit
23533060bb
|
@ -223,7 +223,7 @@ class ArrayStream : InputStream {
|
||||||
}
|
}
|
||||||
|
|
||||||
override size_t readBytes(void* buffer, size_t count) {
|
override size_t readBytes(void* buffer, size_t count) {
|
||||||
import std.c.string;
|
import core.stdc.string;
|
||||||
|
|
||||||
count = min(count, size_ - pos);
|
count = min(count, size_ - pos);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue