From: Piotr Caban piotr@codeweavers.com
--- dlls/ole32/stg_prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ole32/stg_prop.c b/dlls/ole32/stg_prop.c index 7481f0f3480..d988a009355 100644 --- a/dlls/ole32/stg_prop.c +++ b/dlls/ole32/stg_prop.c @@ -1518,7 +1518,7 @@ static HRESULT PropertyStorage_ReadProperty(PROPVARIANT *prop, const struct read { DWORD count, i;
- switch (prop->vt & VT_VECTOR) + switch (prop->vt & ~VT_VECTOR) { case VT_BSTR: case VT_VARIANT: