mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 11:33:35 +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;
|
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