mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-31 17:17:37 +03:00
Un-commented a TODO in xmlSchemaParseElement.
* xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
This commit is contained in:
parent
91feaf8477
commit
48307f432a
@ -1,3 +1,7 @@
|
||||
Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||
|
||||
* xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
|
||||
|
||||
Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||
|
||||
* xmlschemas.c: Correct symbol space for 'all' and 'choice'.
|
||||
|
@ -5601,7 +5601,7 @@ xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
|
||||
}
|
||||
while ((IS_SCHEMA(child, "unique")) ||
|
||||
(IS_SCHEMA(child, "key")) || (IS_SCHEMA(child, "keyref"))) {
|
||||
/*TODO*/ child = child->next;
|
||||
TODO child = child->next;
|
||||
}
|
||||
if (child != NULL) {
|
||||
xmlSchemaPContentErr(ctxt,
|
||||
|
Loading…
Reference in New Issue
Block a user