James Hawkins : mshtml: Use the correct variable in the FIXME.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 11 05:34:10 CST 2007


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

Author: James Hawkins <truiken at gmail.com>
Date:   Thu Jan 11 03:56:55 2007 -0600

mshtml: Use the correct variable in the FIXME.

---

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

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(HTMLDocumen
             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));
         }
     }
 




More information about the wine-cvs mailing list