Commit f02c0ae6 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

ole32: Fix return value logging.

parent 31fb4277
......@@ -252,7 +252,7 @@ static HRESULT WINAPI StgStreamImpl_Write(
if (SUCCEEDED(res))
res = StorageBaseImpl_Flush(This->parentStorage);
TRACE("<-- S_OK, written %u\n", *pcbWritten);
TRACE("<-- %08x, written %u\n", res, *pcbWritten);
return res;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment