mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
ole32: Fix a typo.
This commit is contained in:
parent
d18dc2561a
commit
ccfa76d18e
@ -2699,7 +2699,7 @@ HRESULT WINAPI PropVariantCopy(PROPVARIANT *pvarDest, /* [out] */
|
||||
if (pvarSrc->u.pclipdata)
|
||||
{
|
||||
len = pvarSrc->u.pclipdata->cbSize - sizeof(pvarSrc->u.pclipdata->ulClipFmt);
|
||||
CoTaskMemAlloc(len);
|
||||
pvarDest->u.pclipdata->pClipData = CoTaskMemAlloc(len);
|
||||
CopyMemory(pvarDest->u.pclipdata->pClipData, pvarSrc->u.pclipdata->pClipData, len);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user