msxml3: implement-domtext_replaceData

Nikolay Sivov bunglehead at gmail.com
Sat Feb 6 08:02:17 CST 2010


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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20100206/c0ef4fbd/attachment.htm>


More information about the wine-devel mailing list