mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[EXPLORER-NEW]
- Fix another "sizeof" usage mistake - CID 1631 svn path=/trunk/; revision=50078
This commit is contained in:
parent
e67bf5752c
commit
018e160fdf
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ CreateDropTarget(IN HWND hwndTarget,
|
|||
{
|
||||
CopyMemory(&This->Callbacks,
|
||||
Callbacks,
|
||||
sizeof(Callbacks));
|
||||
sizeof(*Callbacks));
|
||||
}
|
||||
|
||||
hr = CoCreateInstance(&CLSID_DragDropHelper,
|
||||
|
|
Loading…
Reference in a new issue