Robert Shearman : CreateErrorInfo trace fix.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Dec 12 06:44:30 CST 2005


Module: wine
Branch: refs/heads/master
Commit: 6c3e1f9adfe687184b4eb5e7890a57399d8b3c9e
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=6c3e1f9adfe687184b4eb5e7890a57399d8b3c9e

Author: Robert Shearman <rob at codeweavers.com>
Date:   Mon Dec 12 11:52:36 2005 +0100

CreateErrorInfo trace fix.
CreateErrorInfo isn't a stub so don't print this in the trace
message.

---

 dlls/ole32/errorinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/errorinfo.c b/dlls/ole32/errorinfo.c
index 730f0d8..7404c6c 100644
--- a/dlls/ole32/errorinfo.c
+++ b/dlls/ole32/errorinfo.c
@@ -476,7 +476,7 @@ HRESULT WINAPI CreateErrorInfo(ICreateEr
 {
 	IErrorInfo * pei;
 	HRESULT res;
-	TRACE("(%p): stub:\n", pperrinfo);
+	TRACE("(%p)\n", pperrinfo);
 	if(! pperrinfo ) return E_INVALIDARG;
 	if(!(pei=IErrorInfoImpl_Constructor()))return E_OUTOFMEMORY;
 




More information about the wine-cvs mailing list