Commit 89b479c8 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

hhctrl.ocx: Nul-terminate url_indicator constant in NavigateToUrl.

parent b234173b
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment