From cbfc35602e0fad386f01b2fed4715765f6536498 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 14 Aug 2006 14:07:14 +0900 Subject: [PATCH] oleaut32: Print an IID in the trace, not just a pointer to it. --- dlls/oleaut32/olepicture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/oleaut32/olepicture.c b/dlls/oleaut32/olepicture.c index 83ef0aa85ed..66a76df96aa 100644 --- a/dlls/oleaut32/olepicture.c +++ b/dlls/oleaut32/olepicture.c @@ -2228,7 +2228,7 @@ HRESULT WINAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid, 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