Re: [E-devel] eina_simple_xml patch

2012-05-29 Thread Gustavo Sverzut Barbieri
On Tue, May 29, 2012 at 1:50 AM, Vincent Torri wrote: > On Mon, May 28, 2012 at 8:30 PM, Gustavo Sverzut Barbieri > wrote: >> On Mon, May 28, 2012 at 3:12 PM, Vincent Torri >> wrote: >>> Hey >>> >>> here is a patch that fix a bug in eina_simple_xml.c, when the is a tag >>> in a comment or a CDA

Re: [E-devel] eina_simple_xml patch

2012-05-28 Thread Vincent Torri
On Mon, May 28, 2012 at 8:30 PM, Gustavo Sverzut Barbieri wrote: > On Mon, May 28, 2012 at 3:12 PM, Vincent Torri > wrote: >> Hey >> >> here is a patch that fix a bug in eina_simple_xml.c, when the is a tag >> in a comment or a CDATA. >> >> Question : just after the patch, there is that block: >

Re: [E-devel] eina_simple_xml patch

2012-05-28 Thread Gustavo Sverzut Barbieri
On Mon, May 28, 2012 at 3:12 PM, Vincent Torri wrote: > Hey > > here is a patch that fix a bug in eina_simple_xml.c, when the is a tag > in a comment or a CDATA. > > Question : just after the patch, there is that block: > >                       if (type == EINA_SIMPLE_XML_CDATA) >                

[E-devel] eina_simple_xml patch

2012-05-28 Thread Vincent Torri
Hey here is a patch that fix a bug in eina_simple_xml.c, when the is a tag in a comment or a CDATA. Question : just after the patch, there is that block: if (type == EINA_SIMPLE_XML_CDATA) { /* must end with ]]> */