Qian Hong : mshtml/tests: Fixed typo.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 18 14:26:07 CDT 2014


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

Author: Qian Hong <qhong at codeweavers.com>
Date:   Thu Sep 18 00:31:12 2014 +0800

mshtml/tests: Fixed typo.

---

 dlls/mshtml/tests/script.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/tests/script.c b/dlls/mshtml/tests/script.c
index 5e9ca60..031c0ac 100644
--- a/dlls/mshtml/tests/script.c
+++ b/dlls/mshtml/tests/script.c
@@ -2085,7 +2085,7 @@ static void test_default_arg_conv(IHTMLWindow2 *window)
     test_elem_disabled(elem, VARIANT_TRUE);
 
     V_VT(&v) = VT_I4;
-    V_BSTR(&v) = 0;
+    V_I4(&v) = 0;
     hres = dispex_propput(dispex, DISPID_IHTMLELEMENT3_DISABLED, 0, &v, NULL);
     ok(hres == S_OK, "InvokeEx failed: %08x\n", hres);
 




More information about the wine-cvs mailing list