From 8a34b7d620410e4b618d2945601c0efab602f93c Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 15 Apr 2015 18:03:03 +0000 Subject: [PATCH] [XMLLITE] Sync with Wine Staging 1.7.37. CORE-9246 svn path=/trunk/; revision=67198 --- reactos/dll/win32/xmllite/reader.c | 2 +- reactos/dll/win32/xmllite/writer.c | 2 +- reactos/media/doc/README.WINE | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/dll/win32/xmllite/reader.c b/reactos/dll/win32/xmllite/reader.c index c0e0dcb252d..8d05d8e7399 100644 --- a/reactos/dll/win32/xmllite/reader.c +++ b/reactos/dll/win32/xmllite/reader.c @@ -2661,7 +2661,7 @@ static HRESULT WINAPI xmlreader_GetQualifiedName(IXmlReader* iface, LPCWSTR *nam TRACE("(%p)->(%p %p)\n", This, name, len); *name = This->strvalues[StringValue_QualifiedName].str; - *len = This->strvalues[StringValue_QualifiedName].len; + if (len) *len = This->strvalues[StringValue_QualifiedName].len; return S_OK; } diff --git a/reactos/dll/win32/xmllite/writer.c b/reactos/dll/win32/xmllite/writer.c index bb022bbfd6d..19c1f95d679 100644 --- a/reactos/dll/win32/xmllite/writer.c +++ b/reactos/dll/win32/xmllite/writer.c @@ -323,7 +323,7 @@ static HRESULT writeroutput_flush_stream(xmlwriteroutput *output) buffer = &output->buffer; - /* It will loop forever until everything is written or an error occured. */ + /* It will loop forever until everything is written or an error occurred. */ do { written = 0; hr = ISequentialStream_Write(output->stream, buffer->data + offset, buffer->written, &written); diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 9ab372988a3..cc1820bd121 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -224,7 +224,7 @@ reactos/dll/win32/xinput1_1 # Synced to Wine-1.7.27 reactos/dll/win32/xinput1_2 # Synced to Wine-1.7.27 reactos/dll/win32/xinput1_3 # Synced to Wine-1.7.27 reactos/dll/win32/xinput9_1_0 # Synced to Wine-1.7.27 -reactos/dll/win32/xmllite # Synced to Wine-1.7.27 +reactos/dll/win32/xmllite # Synced to WineStaging-1.7.37 reactos/dll/cpl/inetcpl # Synced to Wine-1.7.27