Re: [PATCH 1/4] mshtml: Added IHTMLElement::put_innerHTML implementation.
March 9, 2009
2:59 p.m.
Hi Jacek,
Jacek Caban wrote:
> ---
> dlls/mshtml/htmlelem.c | 33 +++++++++++++++++++++++++++++++--
> dlls/mshtml/tests/dom.c | 42 ++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 73 insertions(+), 2 deletions(-)
>
>
> static const WCHAR xW[] = {'x',0};
+ static const WCHAR yW[] = {'x',0};
> ------------------------------------------------------------------------
Should this be = {'y', 0}?
Best Regards
Alistair Leslie-Hughes
March 2009
3:24 p.m.
New subject: [PATCH 1/4] mshtml: Added IHTMLElement::put_innerHTML implementation.
Alistair Leslie-Hughes wrote:
> Hi Jacek,
>
> Jacek Caban wrote:
>> ---
>> dlls/mshtml/htmlelem.c | 33 +++++++++++++++++++++++++++++++--
>> dlls/mshtml/tests/dom.c | 42
>> ++++++++++++++++++++++++++++++++++++++++++
>> 2 files changed, 73 insertions(+), 2 deletions(-)
>>
>>
>> static const WCHAR xW[] = {'x',0};
> + static const WCHAR yW[] = {'x',0};
>> ------------------------------------------------------------------------
> Should this be = {'y', 0}?
You're right, it's a copy&paste typo, thanks.
Jacek
6230
Age (days ago)
6230
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alistair Leslie-Hughes -
Jacek Caban