Re: [xml] 2.4.14: valid.c grammar mistake and const



On Sat, Feb 09, 2002 at 05:03:09AM +0000, Justin Fletcher wrote:
Hiya,

A tiny patch for valid.c. children is the plural of child (yeah, we all
hate English). Later on, in xmlValidGetValidElements the name variable
is declared as an xmlChar *, but has a const xmlChar * value assigned
to it (line 4991); that means that a qualifier is being removed and throws a
serious error on the compiler here.

  Right, applied,

  thanks !

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]