hhctrl.ocx: Nul-terminate url_indicator constant in NavigateToUrl.
This commit is contained in:
parent
b234173b1f
commit
89b479c8ec
|
@ -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 New Issue