mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Fixed a looks-like-nobody-ever-tested-this-function kind of bug in
VariantCopyInd.
This commit is contained in:
parent
d553a9b000
commit
a0da66945f
@ -1946,7 +1946,7 @@ HRESULT WINAPI VariantCopyInd(VARIANT* pvargDest, VARIANTARG* pvargSrc)
|
||||
* We will copy this data into the union of the destination
|
||||
* Variant.
|
||||
*/
|
||||
memcpy( &pvargDest->n1.n2, V_UNION(pvargSrc,byref), SizeOfVariantData( pvargSrc ) );
|
||||
memcpy( &pvargDest->n1.n2.n3, V_UNION(pvargSrc,byref), SizeOfVariantData( pvargSrc ) );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user