Qian Hong : mshtml: Fixed typo.
Module: wine Branch: master Commit: 359767fdfabfaad7c672be4dfbd5d4ee03eced71 URL: http://source.winehq.org/git/wine.git/?a=commit;h=359767fdfabfaad7c672be4dfb... Author: Qian Hong <qhong(a)codeweavers.com> Date: Wed Jul 9 03:03:30 2014 +0800 mshtml: Fixed typo. --- dlls/mshtml/navigate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/navigate.c b/dlls/mshtml/navigate.c index 6b261b1..c29e211 100644 --- a/dlls/mshtml/navigate.c +++ b/dlls/mshtml/navigate.c @@ -993,7 +993,7 @@ HRESULT bind_mon_to_wstr(HTMLInnerWindow *window, IMoniker *mon, WCHAR **ret) break; } - MultiByteToWideChar(CP_ACP, 0, bsc->buf, bsc->bsc.readed, text, len); + MultiByteToWideChar(cp, 0, bsc->buf, bsc->bsc.readed, text, len); text[len] = 0; } }
participants (1)
-
Alexandre Julliard