Thomas Mullaly : mshtml: Fixed a few typos.

Alexandre Julliard julliard at winehq.org
Wed Feb 16 11:14:11 CST 2011


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

Author: Thomas Mullaly <tmullaly at codeweavers.com>
Date:   Tue Feb 15 20:22:58 2011 -0500

mshtml: Fixed a few typos.

---

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

diff --git a/dlls/mshtml/persist.c b/dlls/mshtml/persist.c
index d10b353..43d7e3c 100644
--- a/dlls/mshtml/persist.c
+++ b/dlls/mshtml/persist.c
@@ -203,9 +203,9 @@ HRESULT set_moniker(HTMLDocument *This, IMoniker *mon, IBindCtx *pibc, nsChannel
         hres = get_client_disp_property(This->doc_obj->client,
                 DISPID_AMBIENT_OFFLINEIFNOTCONNECTED, &offline);
         if(SUCCEEDED(hres)) {
-            if(V_VT(&silent) != VT_BOOL)
-                WARN("V_VT(offline) = %d\n", V_VT(&silent));
-            else if(V_BOOL(&silent))
+            if(V_VT(&offline) != VT_BOOL)
+                WARN("V_VT(offline) = %d\n", V_VT(&offline));
+            else if(V_BOOL(&offline))
                 FIXME("offline == true\n");
         }
     }




More information about the wine-cvs mailing list