Re: msxml3: implement-domtext_replaceData
6 Feb
2010
6 Feb
'10
8:02 a.m.
On 2/6/2010 04:36, jose rostagno wrote:
implement domtext_replaceData function <http://www.descubrewindowslive.com/hotmail/anti-spam.asp> + if(offset == 0){ + IXMLDOMText_substringData(iface, count, len - count,&str); + hr = IXMLDOMText_put_data(iface, str); + if(hr == S_OK) + hr = IXMLDOMText_put_data(iface, p);
This is obviously wrong. As a result just p will be stored as new data. Let's deal with previous patch first, next patch should most likely just duplicate it.
5878
Age (days ago)
5878
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov