ole32: Fixed datacache object so that we can retrieve meaningful information.
This commit is contained in:
parent
bce64150eb
commit
528ad9ebbd
|
@ -831,7 +831,7 @@ static HRESULT DataCacheEntry_GetData(DataCacheEntry *This,
|
|||
if (FAILED(hr))
|
||||
return hr;
|
||||
}
|
||||
if (stgmedium->tymed == TYMED_NULL)
|
||||
if (This->stgmedium.tymed == TYMED_NULL)
|
||||
return OLE_E_BLANK;
|
||||
return copy_stg_medium(This->data_cf, stgmedium, &This->stgmedium);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue