From 48307f432abe2a3b1c117b67eafc1257eb3b0308 Mon Sep 17 00:00:00 2001 From: "Kasimier T. Buchcik" Date: Fri, 12 Nov 2004 15:16:25 +0000 Subject: [PATCH] Un-commented a TODO in xmlSchemaParseElement. * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement. --- ChangeLog | 4 ++++ xmlschemas.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b283ecfd..c7696c9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik + + * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement. + Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik * xmlschemas.c: Correct symbol space for 'all' and 'choice'. diff --git a/xmlschemas.c b/xmlschemas.c index d2ddc591..ef76ec6b 100644 --- a/xmlschemas.c +++ b/xmlschemas.c @@ -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,