Module: wine Branch: master Commit: 5a849d31cf8a0f833b92a9249e65c33eb205d6b1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5a849d31cf8a0f833b92a9249e... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jun 11 20:02:49 2008 +0200 msxml3: Fix a compile error without xml headers. --- dlls/msxml3/domdoc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c index 9f84c75..c860d90 100644 --- a/dlls/msxml3/domdoc.c +++ b/dlls/msxml3/domdoc.c @@ -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;