Update change log.
This commit is contained in:
parent
2a106ebcbb
commit
094de42f97
2 changed files with 18 additions and 1 deletions
|
@ -492,7 +492,6 @@ struct FileStream {
|
|||
cb => eventDriver.files.cancelWrite(m_fd)
|
||||
);
|
||||
ctx.ptr += res[2];
|
||||
logDebug("Written %s", res[2]);
|
||||
if (ctx.ptr > ctx.size) ctx.size = ctx.ptr;
|
||||
enforce(res[1] == IOStatus.ok, "Failed to read data from disk.");
|
||||
return res[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue