Jacek Caban : mshtml: Remove false FIXME.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 7 07:16:41 CST 2007


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Mar  7 00:06:30 2007 +0100

mshtml: Remove false FIXME.

---

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

diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c
index 6bf8649..06bad64 100644
--- a/dlls/mshtml/nsio.c
+++ b/dlls/mshtml/nsio.c
@@ -236,7 +236,6 @@ static nsresult NSAPI nsChannel_GetName(nsIHttpChannel *iface, nsACString *aName
     if(This->channel)
         return nsIChannel_GetName(This->channel, aName);
 
-    FIXME("default action not implemented\n");
     return NS_ERROR_NOT_IMPLEMENTED;
 }
 




More information about the wine-cvs mailing list