mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
- Fix copy paste error, which means this code is not used, should have pop up during testing.
svn path=/trunk/; revision=50222
This commit is contained in:
@@ -353,7 +353,7 @@ PackParam(LPARAM *lParamPacked, UINT Msg, WPARAM wParam, LPARAM lParam, BOOL Non
|
||||
DPRINT1("Not enough memory to pack lParam\n");
|
||||
return STATUS_NO_MEMORY;
|
||||
}
|
||||
RtlCopyMemory(PackedmCs, UnpackedmCs, sizeof(CREATESTRUCTW));
|
||||
RtlCopyMemory(PackedmCs, UnpackedmCs, sizeof(MDICREATESTRUCTW));
|
||||
CsData = (PCHAR) (PackedmCs + 1);
|
||||
PackedmCs->szTitle = (LPCWSTR) (CsData - (PCHAR) PackedmCs);
|
||||
RtlCopyMemory(CsData, WindowName->Buffer, WindowName->Length);
|
||||
|
||||
Reference in New Issue
Block a user