mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
hhctrl.ocx: Nul-terminate url_indicator constant in NavigateToUrl.
This commit is contained in:
parent
b234173b1f
commit
89b479c8ec
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ BOOL NavigateToUrl(HHInfo *info, LPCWSTR surl)
|
|||
BOOL ret;
|
||||
HRESULT hres;
|
||||
|
||||
static const WCHAR url_indicator[] = {':', '/', '/'};
|
||||
static const WCHAR url_indicator[] = {':', '/', '/', 0};
|
||||
|
||||
TRACE("%s\n", debugstr_w(surl));
|
||||
|
||||
|
|
Loading…
Reference in a new issue