Module: wine Branch: master Commit: cbfc35602e0fad386f01b2fed4715765f6536498 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=cbfc35602e0fad386f01b2fe...
Author: Mike McCormack mike@codeweavers.com Date: Mon Aug 14 14:07:14 2006 +0900
oleaut32: Print an IID in the trace, not just a pointer to it.
---
dlls/oleaut32/olepicture.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/olepicture.c b/dlls/oleaut32/olepicture.c index 83ef0aa..66a76df 100644 --- a/dlls/oleaut32/olepicture.c +++ b/dlls/oleaut32/olepicture.c @@ -2228,7 +2228,7 @@ HRESULT WINAPI OleCreatePictureIndirect( OLEPictureImpl* newPict = NULL; HRESULT hr = S_OK;
- TRACE("(%p,%p,%d,%p)\n", lpPictDesc, riid, fOwn, ppvObj); + TRACE("(%p,%s,%d,%p)\n", lpPictDesc, debugstr_guid(riid), fOwn, ppvObj);
/* * Sanity check