I have a dream that one day compilers will agree.
This commit is contained in:
parent
b4094e58eb
commit
207b835386
|
@ -198,7 +198,7 @@ dword_result_t NtReadFile(dword_t file_handle, dword_t event_handle,
|
||||||
size_t bytes_read = 0;
|
size_t bytes_read = 0;
|
||||||
result = file->Read(
|
result = file->Read(
|
||||||
buffer, buffer_length,
|
buffer, buffer_length,
|
||||||
byte_offset_ptr ? static_cast<uint32_t>(*byte_offset_ptr) : -1u,
|
byte_offset_ptr ? static_cast<uint32_t>(*byte_offset_ptr) : -1,
|
||||||
&bytes_read, apc_context);
|
&bytes_read, apc_context);
|
||||||
if (io_status_block) {
|
if (io_status_block) {
|
||||||
io_status_block->status = result;
|
io_status_block->status = result;
|
||||||
|
|
Loading…
Reference in New Issue