mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
@@ -185,8 +185,7 @@ RtlReadMemoryStream(
|
||||
|
||||
Stream->Current = (PUCHAR)Stream->Current + CopyLength;
|
||||
|
||||
if (BytesRead)
|
||||
*BytesRead = CopyLength;
|
||||
*BytesRead = CopyLength;
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user