mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
parent
a80f5f53e7
commit
ec9912f334
1 changed files with 1 additions and 2 deletions
|
@ -185,8 +185,7 @@ RtlReadMemoryStream(
|
|||
|
||||
Stream->Current = (PUCHAR)Stream->Current + CopyLength;
|
||||
|
||||
if (BytesRead)
|
||||
*BytesRead = CopyLength;
|
||||
*BytesRead = CopyLength;
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue