Robert Shearman : OleTranslateColor trace fix.

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


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

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

OleTranslateColor trace fix.
OleTranslateColor isn't a stub so don't print ":stub" in the trace
message.

---

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

diff --git a/dlls/oleaut32/oleaut.c b/dlls/oleaut32/oleaut.c
index 3ef2088..bedca34 100644
--- a/dlls/oleaut32/oleaut.c
+++ b/dlls/oleaut32/oleaut.c
@@ -629,7 +629,7 @@ HRESULT WINAPI OleTranslateColor(
   COLORREF colorref;
   BYTE b = HIBYTE(HIWORD(clr));
 
-  TRACE("(%08lx, %p, %p):stub\n", clr, hpal, pColorRef);
+  TRACE("(%08lx, %p, %p)\n", clr, hpal, pColorRef);
 
   /*
    * In case pColorRef is NULL, provide our own to simplify the code.




More information about the wine-cvs mailing list