Christian Costa : amstream: Turn Initialize FIXME into a TRACE.

Alexandre Julliard julliard at winehq.org
Tue Apr 14 16:00:00 CDT 2009


Module: wine
Branch: master
Commit: 81ebb0900de99161925c5024ff4f860147aa1f5b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=81ebb0900de99161925c5024ff4f860147aa1f5b

Author: Christian Costa <titan.costa at wanadoo.fr>
Date:   Mon Apr 13 10:07:47 2009 +0200

amstream: Turn Initialize FIXME into a TRACE.

---

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

diff --git a/dlls/amstream/amstream.c b/dlls/amstream/amstream.c
index a709c7b..2e0c581 100644
--- a/dlls/amstream/amstream.c
+++ b/dlls/amstream/amstream.c
@@ -214,7 +214,7 @@ static HRESULT WINAPI IAMMultiMediaStreamImpl_Initialize(IAMMultiMediaStream* if
     IAMMultiMediaStreamImpl *This = (IAMMultiMediaStreamImpl *)iface;
     HRESULT hr = S_OK;
 
-    FIXME("(%p/%p)->(%x,%x,%p) partial stub!\n", This, iface, (DWORD)StreamType, dwFlags, pFilterGraph);
+    TRACE("(%p/%p)->(%x,%x,%p)\n", This, iface, (DWORD)StreamType, dwFlags, pFilterGraph);
 
     if (pFilterGraph)
     {




More information about the wine-cvs mailing list