mshtml: Fixed typo.

This commit is contained in:
Qian Hong 2014-07-09 03:03:30 +08:00 committed by Alexandre Julliard
parent 4f62801aee
commit 359767fdfa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}