6 Oct
2017
6 Oct
'17
12:53 a.m.
On 05.10.2017 15:59, Piotr Caban wrote:
@@ -1972,6 +1972,7 @@ static BSTR saxreader_get_cdata_chunk(const xmlChar *str, int len) BSTR bstr = bstr_from_xmlCharN(str, len), ret; WCHAR *ptr;
+ len = SysStringLen(bstr);
Hi. Just making sure I understand this correctly, the issue is that we're using length counted in xmlChars as WCHAR length?