- 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:
James Tabor
2010-12-30 05:56:50 +00:00
parent f888c0c7b1
commit c1d677d16a
@@ -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);