Jacek Caban : mshtml: Fix no longer valid ERR.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 2 15:47:03 CST 2006


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Nov  2 17:28:20 2006 +0100

mshtml: Fix no longer valid ERR.

---

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

diff --git a/dlls/mshtml/persist.c b/dlls/mshtml/persist.c
index aba2d51..a52f015 100644
--- a/dlls/mshtml/persist.c
+++ b/dlls/mshtml/persist.c
@@ -240,9 +240,6 @@ static HRESULT WINAPI PersistMoniker_Loa
         if(post_data_stream)
             nsIInputStream_Release(post_data_stream);
 
-        if(!bscallback->nschannel)
-            ERR("bscallback->nschannel == NULL\n");
-
         if(NS_SUCCEEDED(nsres)) {
             /* FIXME: don't return here (URL Moniker needs to be good enough) */
 




More information about the wine-cvs mailing list