mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:03:29 +00:00
parent
a80f5f53e7
commit
ec9912f334
1 changed files with 1 additions and 2 deletions
|
@ -185,7 +185,6 @@ RtlReadMemoryStream(
|
||||||
|
|
||||||
Stream->Current = (PUCHAR)Stream->Current + CopyLength;
|
Stream->Current = (PUCHAR)Stream->Current + CopyLength;
|
||||||
|
|
||||||
if (BytesRead)
|
|
||||||
*BytesRead = CopyLength;
|
*BytesRead = CopyLength;
|
||||||
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue