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

This commit is contained in:
Rob Shearman 2008-08-17 18:33:01 +01:00 committed by Alexandre Julliard
parent b234173b1f
commit 89b479c8ec
1 changed files with 1 additions and 1 deletions

View File

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