mshtml: Use the correct variable in the FIXME

James Hawkins truiken at gmail.com
Thu Jan 11 03:56:55 CST 2007


Hi,

Changelog:
* Use the correct variable in the FIXME.

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

-- 
James Hawkins
-------------- next part --------------
diff --git a/dlls/mshtml/olecmd.c b/dlls/mshtml/olecmd.c
index 1b6f71b..75af04a 100644
--- a/dlls/mshtml/olecmd.c
+++ b/dlls/mshtml/olecmd.c
@@ -701,7 +701,7 @@ static HRESULT exec_fontsize(HTMLDocument *This, VARIANT *in, VARIANT *out)
             set_font_size(This, V_BSTR(in));
             break;
         default:
-            FIXME("unsupported vt %d\n", V_VT(out));
+            FIXME("unsupported vt %d\n", V_VT(in));
         }
     }
 
-- 
1.4.4.2


More information about the wine-patches mailing list