mshtml: Fixed typo.
This commit is contained in:
parent
4f62801aee
commit
359767fdfa
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue