[PATCH] dmime: IDirectMusicGraph GetTool isn't a stub.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Mar 16 00:33:43 CDT 2020


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 dlls/dmime/graph.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dmime/graph.c b/dlls/dmime/graph.c
index eebebef4d1..85eef9c091 100644
--- a/dlls/dmime/graph.c
+++ b/dlls/dmime/graph.c
@@ -149,8 +149,8 @@ static HRESULT WINAPI DirectMusicGraph_GetTool(IDirectMusicGraph *iface, DWORD d
     IDirectMusicGraphImpl *This = impl_from_IDirectMusicGraph(iface);
     struct list* pEntry = NULL;
     LPDMUS_PRIVATE_GRAPH_TOOL pIt = NULL;
-  
-    FIXME("(%p, %d, %p): stub\n", This, dwIndex, ppTool);
+
+    TRACE("(%p, %d, %p)\n", This, dwIndex, ppTool);
 
     LIST_FOR_EACH (pEntry, &This->Tools)
     {
-- 
2.25.1




More information about the wine-devel mailing list