Commit e7299cdf authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

OleTranslateColor trace fix.

OleTranslateColor isn't a stub so don't print ":stub" in the trace message.
parent 7f7e94d3
......@@ -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.
......
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