Commit d69ae891 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Pass correct name length to set_http_header in nsUploadChannel_SetUploadStream.

parent 42fcc1f9
......@@ -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));
......
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