Jacek Caban : mshtml: Silence invalid FIXME.

Alexandre Julliard julliard at winehq.org
Thu Jan 14 11:33:37 CST 2010


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jan 14 10:10:57 2010 -0600

mshtml: Silence invalid FIXME.

---

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

diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c
index 46fdcbc..763e877 100644
--- a/dlls/mshtml/nsio.c
+++ b/dlls/mshtml/nsio.c
@@ -438,7 +438,7 @@ static nsresult NSAPI nsChannel_GetSecurityInfo(nsIHttpChannel *iface, nsISuppor
 {
     nsChannel *This = NSCHANNEL_THIS(iface);
 
-    FIXME("(%p)->(%p)\n", This, aSecurityInfo);
+    TRACE("(%p)->(%p)\n", This, aSecurityInfo);
 
     return NS_ERROR_NOT_IMPLEMENTED;
 }




More information about the wine-cvs mailing list