Re: [PATCH] dlls/msxml3: Using strlenW instead of SysStringLen to check node name length

2010-03-22 Thread Eric Lanz
Thank you, I will take a look at your changes, correct my work and re-submit. Eric On Mar 22, 2010, at 4:44 PM, Nikolay Sivov wrote: > On 3/22/2010 23:26, Eric Lanz wrote: >> Hello, >> >> Decided to keep it simple for my first patch. SysStringLen was returning 0 >> for bstrs from our updater

Re: [PATCH] dlls/msxml3: Using strlenW instead of SysStringLen to check node name length

2010-03-22 Thread Nikolay Sivov
On 3/22/2010 23:26, Eric Lanz wrote: Hello, Decided to keep it simple for my first patch. SysStringLen was returning 0 for bstrs from our updater application which caused the domdoc_createNode function to exit early even though the bstr actually contained a valid name. It seems that other f

[PATCH] dlls/msxml3: Using strlenW instead of SysStringLen to check node name length

2010-03-22 Thread Eric Lanz
Hello, Decided to keep it simple for my first patch. SysStringLen was returning 0 for bstrs from our updater application which caused the domdoc_createNode function to exit early even though the bstr actually contained a valid name. It seems that other functions in this file use strlenW for t