mshtml: Pass correct name length to set_http_header in nsUploadChannel_SetUploadStream.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2016-06-17 17:13:13 +02:00 committed by Alexandre Julliard
parent 42fcc1f9f8
commit d69ae891d5
1 changed files with 1 additions and 1 deletions

View File

@ -1687,7 +1687,7 @@ static nsresult NSAPI nsUploadChannel_SetUploadStream(nsIUploadChannel *iface,
const char *content_type;
static const WCHAR content_typeW[] =
{'C','o','n','t','e','n','t','-','T','y','p','e',0};
{'C','o','n','t','e','n','t','-','T','y','p','e'};
TRACE("(%p)->(%p %s %s)\n", This, aStream, debugstr_nsacstr(aContentType), wine_dbgstr_longlong(aContentLength));