On Wed, Sep 20, 2017 at 02:54:05PM +0300, Dmitry Timoshkov wrote:
> Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
> ---
> dlls/ole32/datacache.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/dlls/ole32/datacache.c b/dlls/ole32/datacache.c
> index ecae89d284..4e684b4189 100644
> --- a/dlls/ole32/datacache.c
> +++ b/dlls/ole32/datacache.c
> @@ -1245,6 +1245,8 @@ static HRESULT WINAPI DataCache_GetData(
> DataCache *This = impl_from_IDataObject(iface);
> DataCacheEntry *cache_entry;
>
> + TRACE("%p,%s,%p\n", iface, debugstr_formatetc(pformatetcIn), pmedium);
> +
> memset(pmedium, 0, sizeof(*pmedium));
>
> cache_entry = DataCache_GetEntryForFormatEtc(This, pformatetcIn);
I've resent this one and [2/3] with spaces between the commas in the
TRACE()s. I hope that's ok with you.
Huw.