msxml3: Constify a character string.
This commit is contained in:
parent
1983448942
commit
1c972c5987
|
@ -616,7 +616,7 @@ static HRESULT WINAPI domtext_put_data(
|
|||
BSTR data)
|
||||
{
|
||||
domtext *This = impl_from_IXMLDOMText( iface );
|
||||
static WCHAR rnW[] = {'\r','\n',0};
|
||||
static const WCHAR rnW[] = {'\r','\n',0};
|
||||
|
||||
TRACE("(%p)->(%s)\n", This, debugstr_w(data));
|
||||
|
||||
|
|
Loading…
Reference in New Issue