June 1, 2026
9:44 a.m.
From: Piotr Caban <piotr@codeweavers.com> --- dlls/msxml3/mxwriter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msxml3/mxwriter.c b/dlls/msxml3/mxwriter.c index 6b1cd4706cb..22841b791d1 100644 --- a/dlls/msxml3/mxwriter.c +++ b/dlls/msxml3/mxwriter.c @@ -2618,7 +2618,7 @@ HRESULT MXWriter_create(MSXML_VERSION version, void **ppObj) This->cdata = FALSE; This->indent = 0; This->text = FALSE; - This->newline = FALSE; + This->newline = TRUE; This->dest = NULL; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11016