Commit 5a849d31 authored by Alexandre Julliard's avatar Alexandre Julliard

msxml3: Fix a compile error without xml headers.

parent d0d2b4a4
......@@ -1048,7 +1048,7 @@ static HRESULT WINAPI domdoc_createCDATASection(
xmlNodePtr xmlnode;
xmlChar *xml_content;
TRACE("%p->(%s %p)\n", iface, debugstr_w(data), comment);
TRACE("%p->(%s %p)\n", iface, debugstr_w(data), cdata);
if(!cdata)
return E_INVALIDARG;
......
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